From 95d7c27e5a65f6df5221842bb4427619ccec3327 Mon Sep 17 00:00:00 2001 From: nickw Date: Fri, 14 May 2010 14:30:37 +0000 Subject: Updating core code to allow public pages using new Walled Garden functionality. git-svn-id: http://code.elgg.org/elgg/trunk@6047 36083f99-b078-4883-b0ff-0f9b5a30f544 --- index.php | 1 - 1 file changed, 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index 72ae9b616..8787d22c0 100644 --- a/index.php +++ b/index.php @@ -11,7 +11,6 @@ /** * Start the Elgg engine */ -define('externalpage', TRUE); require_once(dirname(__FILE__) . "/engine/start.php"); if (!trigger_plugin_hook('index', 'system', null, FALSE)) { -- cgit v1.2.3