Don't use bc.php anymore, this time in the Installer

pull/5464/head
Aleksander Machniak 8 years ago
parent 7203d151ec
commit e85cfa6281

@ -55,8 +55,6 @@ if (@file_exists(INSTALL_PATH . 'vendor/autoload.php')) {
}
require_once 'Roundcube/bootstrap.php';
// deprecated aliases (to be removed)
require_once 'bc.php';
if (function_exists('session_start'))
session_start();

Loading…
Cancel
Save