From 0ff63513c2c172ba9986b5d3f077951b1c47a328 Mon Sep 17 00:00:00 2001 From: alecpl Date: Sat, 21 Feb 2009 18:57:47 +0000 Subject: #1485741: fix installer after some last changes --- installer/index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer') diff --git a/installer/index.php b/installer/index.php index f7a5cea4b..549b6f007 100644 --- a/installer/index.php +++ b/installer/index.php @@ -13,6 +13,7 @@ $include_path .= ini_get('include_path'); set_include_path($include_path); +require_once 'rcube_shared.inc'; require_once 'utils.php'; session_start(); @@ -105,7 +106,7 @@ if ($RCI->configured && empty($_REQUEST['_step'])) { step]) { include $include_steps[$RCI->step]; -- cgit v1.2.3