diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 11:09:17 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 11:09:17 +0000 |
commit | fa93ab959297316f6e42bd35d5ba1d5794f929f0 (patch) | |
tree | 65ca1d44e411c754fab64dcd352b6859fe3f552b | |
parent | d8373e8e48ab49cda7a616116d7795eb139a7142 (diff) | |
download | elgg-fa93ab959297316f6e42bd35d5ba1d5794f929f0.tar.gz elgg-fa93ab959297316f6e42bd35d5ba1d5794f929f0.tar.bz2 |
Let's be a little more friendly.
git-svn-id: https://code.elgg.org/elgg/trunk@12 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | engine/start.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/engine/start.php b/engine/start.php index 3aef3c803..54e3fecf5 100644 --- a/engine/start.php +++ b/engine/start.php @@ -67,9 +67,7 @@ register_error("Could not load {$file}");
}
- } else { // End portion for sanitised installs only
- register_error("Elgg is not ready to run.");
- }
+ } // End portion for sanitised installs only
// Trigger events
trigger_event('init', 'system');
@@ -77,7 +75,7 @@ // If we have load errors, display them
if ($count = count_messages("errors")) {
echo elgg_view('pageshell', array(
- 'title' => "Error",
+ 'title' => "Elgg isn't ready to run just yet.",
'body' => elgg_view('messages/errors/list',array('object' => system_messages(null, "errors")))
));
exit;
|