Changeset 1137 in subversion


Ignore:
Timestamp:
Feb 25, 2008 5:49:35 AM (5 years ago)
Author:
till
Message:
  • disabled smtp check if no smtp is configured ;) (thanks, Assid)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/check.php-dist

    r1135 r1137  
    424424<?php echo $rctest_config['from']; ?><br /> 
    425425<br /> 
     426<?php if (!empty($rctest_config['smtp_server'])): ?> 
    426427<input type="hidden" name="action" value="smtp" /> 
    427428<input type="submit" value="send an email" /> 
     429<?php else: ?> 
     430<i>Because you did not configure SMTP, you cannot test it!</i> 
     431<?php endif; ?> 
    428432</form> 
    429433<?php 
Note: See TracChangeset for help on using the changeset viewer.