aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-12 10:49:45 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-02-12 10:49:45 +0000
commit4be0a2ac1c8e959945cfaffed4e1ad59bfdad5ec (patch)
tree0f8da40c70d7518e91f639ad6622376a08a85311 /index.php
parent398dfbd30d5b4974ccc8df71ae34795e86ffff38 (diff)
downloadelgg-4be0a2ac1c8e959945cfaffed4e1ad59bfdad5ec.tar.gz
elgg-4be0a2ac1c8e959945cfaffed4e1ad59bfdad5ec.tar.bz2
The engine starter now functions appropriately
git-svn-id: https://code.elgg.org/elgg/trunk@5 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/index.php b/index.php
index 33a41acfa..fa0a0f41b 100644
--- a/index.php
+++ b/index.php
@@ -12,6 +12,11 @@
*/
/**
+ * Start the Elgg engine
+ */
+ require_once(dirname(__FILE__) . "/engine/start.php");
+
+ /**
* @todo Load the front page
*/