From e019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 25 Sep 2010 13:03:53 +0000 Subject: - s/RoundCube/Roundcube/ --- installer/test.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'installer/test.php') diff --git a/installer/test.php b/installer/test.php index d1b59794e..45de5e842 100644 --- a/installer/test.php +++ b/installer/test.php @@ -88,7 +88,7 @@ if ($RCI->configured && ($messages = $RCI->check_config())) { ?>

Check if directories are writable

-

RoundCube may need to write/save files into these directories

+

Roundcube may need to write/save files into these directories

configured) { @@ -255,10 +255,10 @@ if (isset($_POST['sendmail'])) { $headers = array( 'From' => trim($_POST['_from']), 'To' => trim($_POST['_to']), - 'Subject' => 'Test message from RoundCube', + 'Subject' => 'Test message from Roundcube', ); - $body = 'This is a test to confirm that RoundCube can send email.'; + $body = 'This is a test to confirm that Roundcube can send email.'; $smtp_response = array(); // send mail using configured SMTP server -- cgit v1.2.3