From e85cfa62818437a7104a5a224ee51c3ac5c9be80 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 6 Oct 2016 21:08:20 +0200 Subject: [PATCH] Don't use bc.php anymore, this time in the Installer --- installer/index.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/installer/index.php b/installer/index.php index b368cf0d2..e817e963e 100644 --- a/installer/index.php +++ b/installer/index.php @@ -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();