From bcedf05d19ba1b2f63bdbfe42ff2c726fc50b6b6 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Tue, 20 Aug 2013 19:23:59 +0200 Subject: s/$rcmail_config/$config/ also for plugins configuration --- installer/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/index.php b/installer/index.php index d084c8aa5..d90c4f981 100644 --- a/installer/index.php +++ b/installer/index.php @@ -125,12 +125,12 @@ if ($RCI->configured && empty($_REQUEST['_step'])) { if ($RCI->configured && $RCI->legacy_config) { echo '

Your configuration needs to be migrated!

'; echo '

We changed the configuration files structure and your installation needs to be updated accordingly.

'; - echo '

Please run the bin/update.sh script from the command line or set

  $rcmail_config[\'enable_installer\'] = true;

'; + echo '

Please run the bin/update.sh script from the command line or set

  $rcube_config[\'enable_installer\'] = true;

'; echo ' in your RCUBE_CONFIG_DIR/main.inc.php to let the installer help you migrating it.

'; } else { echo '

The installer is disabled!

'; - echo '

To enable it again, set $rcmail_config[\'enable_installer\'] = true; in RCUBE_CONFIG_DIR/config.inc.php

'; + echo '

To enable it again, set $config[\'enable_installer\'] = true; in RCUBE_CONFIG_DIR/config.inc.php

'; } echo ''; exit; -- cgit v1.2.3