From 0c259682f65eaaf23ea4ccb56a706d6baf3007e4 Mon Sep 17 00:00:00 2001 From: alecpl Date: Fri, 13 Apr 2012 08:52:02 +0000 Subject: - Merge devel-framework branch, resolved conflicts --- installer/index.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer/index.php') diff --git a/installer/index.php b/installer/index.php index 65e84a3b4..842b90054 100644 --- a/installer/index.php +++ b/installer/index.php @@ -53,6 +53,8 @@ $include_path .= ini_get('include_path'); set_include_path($include_path); require_once 'utils.php'; +require_once 'rcube_shared.inc'; +// deprecated aliases (to be removed) require_once 'main.inc'; session_start(); -- cgit v1.2.3