From 68d0553cc7bee69a859e5be2fad99362d5b8b917 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 19 May 2008 10:55:05 +0000 Subject: Fixing the install process, step 1. git-svn-id: https://code.elgg.org/elgg/trunk@653 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index 6faf67f12..673f83d09 100644 --- a/engine/start.php +++ b/engine/start.php @@ -115,12 +115,12 @@ } + // Autodetect some default configuration settings + set_default_config(); // Trigger events trigger_event('boot', 'system'); // Forward if we haven't been installed if ((!is_installed() || !is_db_installed()) && !substr_count($_SERVER["PHP_SELF"],"install.php")) { - // Autodetect some default configuration settings - set_default_config(); header("Location: install.php"); exit; } -- cgit v1.2.3