summaryrefslogtreecommitdiff
path: root/installer/test.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
committeralecpl <alec@alec.pl>2010-09-25 13:03:53 +0000
commite019f2d0f2dc2fbfa345ab5d7ae85e67bfdd76b8 (patch)
treeebde4a0ae4c57dd23a84d841b7eb6a04c1b6cdcf /installer/test.php
parent6465a92a38bb42dae3f669e9f2e4f570b6dd5d95 (diff)
- s/RoundCube/Roundcube/
Diffstat (limited to 'installer/test.php')
-rw-r--r--installer/test.php6
1 files changed, 3 insertions, 3 deletions
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())) {
?>
<h3>Check if directories are writable</h3>
-<p>RoundCube may need to write/save files into these directories</p>
+<p>Roundcube may need to write/save files into these directories</p>
<?php
if ($RCI->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