From 7a76e090532b6023808ecca673cc0b7bd6a0355c Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 2 May 2008 14:04:46 +0000 Subject: Update to start.php to fix bug on installation git-svn-id: https://code.elgg.org/elgg/trunk@624 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'engine') diff --git a/engine/start.php b/engine/start.php index 6c85ce75c..af3f20c21 100644 --- a/engine/start.php +++ b/engine/start.php @@ -111,7 +111,8 @@ if ((!is_installed() || !is_db_installed()) && !substr_count($_SERVER["PHP_SELF"],"install.php")) { // Autodetect some default configuration settings set_default_config(); - forward("install.php"); + header("Location: install.php"); + exit; } // Trigger events -- cgit v1.2.3