Changeset e240d5b3 in github


Ignore:
Timestamp:
Feb 25, 2008 5:49:35 AM (5 years ago)
Author:
till <till@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
e8a89e8
Parents:
619cfb2d
Message:
  • disabled smtp check if no smtp is configured ;) (thanks, Assid)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • check.php-dist

    rf0cc628 re240d5b3  
    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.