Changeset 1137 in subversion
- Timestamp:
- Feb 25, 2008 5:49:35 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/check.php-dist (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/check.php-dist
r1135 r1137 424 424 <?php echo $rctest_config['from']; ?><br /> 425 425 <br /> 426 <?php if (!empty($rctest_config['smtp_server'])): ?> 426 427 <input type="hidden" name="action" value="smtp" /> 427 428 <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; ?> 428 432 </form> 429 433 <?php
Note: See TracChangeset
for help on using the changeset viewer.
