diff options
Diffstat (limited to 'engine')
-rw-r--r-- | engine/start.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/engine/start.php b/engine/start.php index 54e3fecf5..81edfb905 100644 --- a/engine/start.php +++ b/engine/start.php @@ -67,8 +67,12 @@ register_error("Could not load {$file}");
}
- } // End portion for sanitised installs only
+ } else { // End portion for sanitised installs only
+ register_error("Once you've corrected any configuration issues, press reload to try again.");
+
+ }
+
// Trigger events
trigger_event('init', 'system');
|