aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 13:31:50 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-23 13:31:50 +0000
commit7dc3d72e9d9a1d2cc919a14cc1df5171b91d62ad (patch)
tree5fc8a2925865fcd9bf4ba665dcc9b28af9e2870c /index.php
parent85b50974f4bc4165931c9000963c3f76c6b5c409 (diff)
downloadelgg-7dc3d72e9d9a1d2cc919a14cc1df5171b91d62ad.tar.gz
elgg-7dc3d72e9d9a1d2cc919a14cc1df5171b91d62ad.tar.bz2
Hook for better walled garden
git-svn-id: https://code.elgg.org/elgg/trunk@2894 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index c0fa0f7ed..817e8b2a9 100644
--- a/index.php
+++ b/index.php
@@ -14,6 +14,7 @@
/**
* Start the Elgg engine
*/
+ define('externalpage',true);
require_once(dirname(__FILE__) . "/engine/start.php");