From fa93ab959297316f6e42bd35d5ba1d5794f929f0 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 13 Feb 2008 11:09:17 +0000 Subject: Let's be a little more friendly. git-svn-id: https://code.elgg.org/elgg/trunk@12 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'engine/start.php') 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; -- cgit v1.2.3