From eb0586728f3c710a149948323ad49832e6ea8a2c Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 26 May 2010 08:57:00 +0000 Subject: - small improvements git-svn-id: https://svn.roundcube.net/trunk@3667 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/test.php | 12 ++++++------ roundcubemail/installer/utils.php | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/roundcubemail/installer/test.php b/roundcubemail/installer/test.php index f1218c34f..e75ef2770 100644 --- a/roundcubemail/installer/test.php +++ b/roundcubemail/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); } - -- cgit v1.2.3