From 0ff63513c2c172ba9986b5d3f077951b1c47a328 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Sat, 21 Feb 2009 13:57:47 -0500
Subject: [PATCH] #1485741: fix installer after some last changes

---
 installer/index.php |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/installer/index.php b/installer/index.php
index f7a5cea..549b6f0 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -13,6 +13,7 @@
 
 set_include_path($include_path);
 
+require_once 'rcube_shared.inc';
 require_once 'utils.php';
 
 session_start();
@@ -105,7 +106,7 @@
 </ol>
 
 <?php
-$include_steps = array('welcome.html', 'check.php', 'config.php', 'test.php');
+$include_steps = array('./welcome.html', './check.php', './config.php', './test.php');
 
 if ($include_steps[$RCI->step]) {
   include $include_steps[$RCI->step];

--
Gitblit v1.9.1