diff options
Diffstat (limited to 'installer/index.php')
-rw-r--r-- | installer/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/index.php b/installer/index.php index 9f4c0a35e..d1c55e4ec 100644 --- a/installer/index.php +++ b/installer/index.php @@ -13,8 +13,8 @@ $include_path .= ini_get('include_path'); set_include_path($include_path); -require_once 'rcube_shared.inc'; require_once 'utils.php'; +require_once 'main.inc'; session_start(); |