aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
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;
}