Aleksander Machniak
2015-09-04 98a61c74eedd5cc8be9c2dc9b62b3a7fce30cd1d
installer/index.php
@@ -54,7 +54,8 @@
// deprecated aliases (to be removed)
require_once 'bc.php';
session_start();
if (function_exists('session_start'))
  session_start();
$RCI = rcube_install::get_instance();
$RCI->load_config();
@@ -124,12 +125,12 @@
    if ($RCI->configured && $RCI->legacy_config) {
      echo '<h2 class="error">Your configuration needs to be migrated!</h2>';
      echo '<p>We changed the configuration files structure and your installation needs to be updated accordingly.</p>';
      echo '<p>Please run the <tt>bin/update.sh</tt> script from the command line or set <p>&nbsp; <tt>$rcmail_config[\'enable_installer\'] = true;</tt></p>';
      echo '<p>Please run the <tt>bin/update.sh</tt> script from the command line or set <p>&nbsp; <tt>$rcube_config[\'enable_installer\'] = true;</tt></p>';
      echo ' in your RCUBE_CONFIG_DIR/main.inc.php to let the installer help you migrating it.</p>';
    }
    else {
      echo '<h2 class="error">The installer is disabled!</h2>';
      echo '<p>To enable it again, set <tt>$rcmail_config[\'enable_installer\'] = true;</tt> in RCUBE_CONFIG_DIR/config.inc.php</p>';
      echo '<p>To enable it again, set <tt>$config[\'enable_installer\'] = true;</tt> in RCUBE_CONFIG_DIR/config.inc.php</p>';
    }
    echo '</div></body></html>';
    exit;