aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-19 10:55:05 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-05-19 10:55:05 +0000
commit68d0553cc7bee69a859e5be2fad99362d5b8b917 (patch)
tree94581b3521b9b2ad69186b5d255d3b45e325e23a /engine/start.php
parenta8d2e7926b2ce118cbe8d789ffb2e699c28d2df9 (diff)
downloadelgg-68d0553cc7bee69a859e5be2fad99362d5b8b917.tar.gz
elgg-68d0553cc7bee69a859e5be2fad99362d5b8b917.tar.bz2
Fixing the install process, step 1.
git-svn-id: https://code.elgg.org/elgg/trunk@653 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php4
1 files changed, 2 insertions, 2 deletions
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;
}