From 058eb6cd7002e066d037063d60f0a3ad27fe67c7 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 3 Jun 2010 08:09:46 +0000 Subject: - support dynamic hostname variables in config --- installer/rcube_install.php | 2 +- installer/test.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/rcube_install.php b/installer/rcube_install.php index 580aba858..afd422433 100644 --- a/installer/rcube_install.php +++ b/installer/rcube_install.php @@ -466,7 +466,7 @@ class rcube_install foreach ($default_hosts as $key => $name) { if (!empty($name)) - $out[] = is_numeric($key) ? $name : $key; + $out[] = rcube_parse_host(is_numeric($key) ? $name : $key); } return $out; 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) {

Test SMTP config

-Server: getprop('smtp_server', 'PHP mail()'); ?>
+Server: getprop('smtp_server', 'PHP mail()')); ?>
Port: getprop('smtp_port'); ?>