From f47e9eaadbec0edc4bb9e6c5169f32a3f5f77261 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 13 Feb 2008 19:18:41 +0000 Subject: Added some fancy database connection gubbins. If you give it loads of read or write dbs to pick from, Elgg will choose one at random for each category! git-svn-id: https://code.elgg.org/elgg/trunk@29 36083f99-b078-4883-b0ff-0f9b5a30f544 --- engine/start.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engine/start.php') diff --git a/engine/start.php b/engine/start.php index 5e9093fae..b238966d3 100644 --- a/engine/start.php +++ b/engine/start.php @@ -44,9 +44,8 @@ * Load the system settings */ - if (!@include_once(dirname(__FILE__) . "/settings.php")) { // Global settings + if (!@include_once(dirname(__FILE__) . "/settings.php")) // Global settings throw new InstallationException("Elgg could not load the settings file."); - } /** -- cgit v1.2.3