From 2563619a58b98c1d088883ff9b6a9bb269ea87bb Mon Sep 17 00:00:00 2001 From: alecpl Date: Wed, 26 May 2010 08:57:00 +0000 Subject: - small improvements --- installer/test.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'installer/test.php') 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