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
$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 $config[\'enable_installer\'] = true; in RCUBE_CONFIG_DIR/config.inc.php
'; + } + echo '