diff --git a/installer/test.php b/installer/test.php index f1218c34f..e75ef2770 100644 --- a/installer/test.php +++ b/installer/test.php @@ -119,7 +119,7 @@ else { ?> -

Check configured database settings

+

Check DB config

-

Test SMTP settings

+

Test SMTP config

Server: getprop('smtp_server', 'PHP mail()'); ?>
@@ -244,10 +244,10 @@ $to_field = new html_inputfield(array('name' => '_to', 'id' => 'sendmailto')); Trying to send email...
'; - + if (preg_match('/^' . $RCI->email_pattern . '$/i', trim($_POST['_from'])) && preg_match('/^' . $RCI->email_pattern . '$/i', trim($_POST['_to']))) { @@ -326,7 +326,7 @@ if (isset($_POST['sendmail']) && !empty($_POST['_from']) && !empty($_POST['_to']

-

Test IMAP configuration

+

Test IMAP config

raise_error($p); } -