Changeset 3667 in subversion for trunk/roundcubemail/installer/test.php
- Timestamp:
- May 26, 2010 4:57:00 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/installer/test.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/test.php
r3508 r3667 120 120 ?> 121 121 122 <h3>Check configured database settings</h3>122 <h3>Check DB config</h3> 123 123 <?php 124 124 … … 212 212 ?> 213 213 214 <h3>Test SMTP settings</h3>214 <h3>Test SMTP config</h3> 215 215 216 216 <p> … … 245 245 <?php 246 246 247 if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to'])) {248 247 if (isset($_POST['sendmail'])) { 248 249 249 echo '<p>Trying to send email...<br />'; 250 250 251 251 if (preg_match('/^' . $RCI->email_pattern . '$/i', trim($_POST['_from'])) && 252 252 preg_match('/^' . $RCI->email_pattern . '$/i', trim($_POST['_to']))) { … … 327 327 328 328 329 <h3>Test IMAP config uration</h3>329 <h3>Test IMAP config</h3> 330 330 331 331 <?php
Note: See TracChangeset
for help on using the changeset viewer.
