From 9bacb2cd3f7e8f96a29f651460954965c400aac6 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli
Date: Fri, 28 Jun 2013 22:27:59 +0200
Subject: Prepare config migration: - Show warning in installer and hints how
to migrate - Let update.sh create the new config file if legacy config is
detected - Provide a sample config file for manual configuration - Define a
list of options which always should be written to local config
---
installer/config.php | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)
(limited to 'installer/config.php')
diff --git a/installer/config.php b/installer/config.php
index acdd4ffd1..f990fc23f 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -24,10 +24,15 @@ $RCI->bool_config_props = array(
$_SESSION['allowinstaller'] = true;
if (!empty($_POST['submit'])) {
- echo '
Copy or download the following configuration and save';
- echo ' as config.inc.php within the '.RCMAIL_CONFIG_DIR.' directory of your Roundcube installation. ';
+ echo '
Copy or download the following configuration and save it';
+ echo ' as config.inc.php within the '.RCUBE_CONFIG_DIR.' directory of your Roundcube installation. ';
echo ' Make sure that there are no characters outside the <?php ?> brackets when saving the file.';
- echo '