From 7dc3d72e9d9a1d2cc919a14cc1df5171b91d62ad Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 23 Feb 2009 13:31:50 +0000 Subject: Hook for better walled garden git-svn-id: https://code.elgg.org/elgg/trunk@2894 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'index.php') 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"); -- cgit v1.2.3