From 461a30d771edd8bc6606f2c92dfde363514b93b1 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak
Date: Fri, 14 Jun 2013 12:09:08 +0200
Subject: Merge config files (#1487311). Now we have defaults.inc.php and
config.inc.php. Renamed $rcmail_config to $config. Old naming and old files
are supported for backward compatibility.
---
installer/config.php | 24 +++------
installer/index.php | 18 +++----
installer/rcube_install.php | 129 +++++++++++++++++++++++---------------------
installer/test.php | 112 ++++++++++++++++----------------------
4 files changed, 132 insertions(+), 151 deletions(-)
(limited to 'installer')
diff --git a/installer/config.php b/installer/config.php
index 4fcf5b08e..acdd4ffd1 100644
--- a/installer/config.php
+++ b/installer/config.php
@@ -9,9 +9,6 @@ if (!class_exists('rcube_install') || !is_object($RCI)) {
load_defaults();
-
// register these boolean fields
$RCI->bool_config_props = array(
'ip_check' => 1,
@@ -27,24 +24,19 @@ $RCI->bool_config_props = array(
$_SESSION['allowinstaller'] = true;
if (!empty($_POST['submit'])) {
-
- echo '
Copy or download the following configurations and save them in two files';
- echo ' (names above the text box) within the '.RCMAIL_CONFIG_DIR.' directory of your Roundcube installation. ';
- echo ' Make sure that there are no characters outside the <?php ?> brackets when saving the files.
';
-
+ 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 ' Make sure that there are no characters outside the <?php ?> brackets when saving the file.';
+ echo '