From 1aceb9cec82639250a603aa0806f0399f7bae68d Mon Sep 17 00:00:00 2001 From: alecpl Date: Mon, 16 Apr 2012 11:02:21 +0000 Subject: - Framework refactoring (I hope it's the last one): rcube,rcmail,rcube_ui -> rcube,rcmail,rcube_utils renamed main.inc into rcube_bc.inc --- installer/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 842b90054..0ae74a6d7 100644 --- a/installer/index.php +++ b/installer/index.php @@ -55,7 +55,7 @@ set_include_path($include_path); require_once 'utils.php'; require_once 'rcube_shared.inc'; // deprecated aliases (to be removed) -require_once 'main.inc'; +require_once 'rcube_bc.inc'; session_start(); -- cgit v1.2.3