From 2a7d4b43653d8d340bae185c48dde4de4f8741be Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 14 Jan 2009 05:07:52 +0000 Subject: Remove the redirect to the installer; if we don't have a var dir this results in an infinite redirect. Let's put this back in when the installer works. --- index.php | 5 ----- 1 file changed, 5 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index f25df28e..9f17fc93 100644 --- a/index.php +++ b/index.php @@ -45,11 +45,6 @@ define('MODPATH', strtr(realpath('modules') . '/', DIRECTORY_SEPARATOR, '/')); define('THEMEPATH', strtr(realpath('themes') . '/', DIRECTORY_SEPARATOR, '/')); define('SYSPATH', strtr(realpath('kohana') . '/', DIRECTORY_SEPARATOR, '/')); -if (!file_exists('var/installed')) { - // Run the installer - header("Location: installer/index.php"); -} - // Force a test run if we're in command line mode. if (PHP_SAPI == 'cli') { array_splice($_SERVER['argv'], 1, 0, 'gallery_unit_test'); -- cgit v1.2.3