diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-01-14 05:07:52 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-01-14 05:07:52 +0000 |
commit | 2a7d4b43653d8d340bae185c48dde4de4f8741be (patch) | |
tree | c6f208b897dc992eacc0b280ee7bfee650a5c3d2 /index.php | |
parent | 4dbb14a0a89c8bcaee4485af70910f913bc20422 (diff) |
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.
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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'); |