summaryrefslogtreecommitdiff
path: root/installer/test.php
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2010-06-03 08:09:46 +0000
committeralecpl <alec@alec.pl>2010-06-03 08:09:46 +0000
commit058eb6cd7002e066d037063d60f0a3ad27fe67c7 (patch)
tree72a1c838d983910f0f083d943e1301d22ba70338 /installer/test.php
parentbb8721aaeb4961f0dee8ca250749906e01a8f6a8 (diff)
- support dynamic hostname variables in config
Diffstat (limited to 'installer/test.php')
-rw-r--r--installer/test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/test.php b/installer/test.php
index e75ef2770..5fb2c41f0 100644
--- a/installer/test.php
+++ b/installer/test.php
@@ -214,7 +214,7 @@ if ($db_working) {
<h3>Test SMTP config</h3>
<p>
-Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br />
+Server: <?php echo rcube_parse_host($RCI->getprop('smtp_server', 'PHP mail()')); ?><br />
Port: <?php echo $RCI->getprop('smtp_port'); ?><br />
<?php