aboutsummaryrefslogtreecommitdiff
path: root/engine/start.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 19:18:41 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-13 19:18:41 +0000
commitf47e9eaadbec0edc4bb9e6c5169f32a3f5f77261 (patch)
treee51f3b4be66e2cdf68a742367cdfb2a52f80c120 /engine/start.php
parent6b5efcb9f399746810e1ec74a9c4dc2e236d82a9 (diff)
downloadelgg-f47e9eaadbec0edc4bb9e6c5169f32a3f5f77261.tar.gz
elgg-f47e9eaadbec0edc4bb9e6c5169f32a3f5f77261.tar.bz2
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
Diffstat (limited to 'engine/start.php')
-rw-r--r--engine/start.php3
1 files changed, 1 insertions, 2 deletions
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.");
- }
/**