aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authornickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-14 14:30:37 +0000
committernickw <nickw@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-05-14 14:30:37 +0000
commit95d7c27e5a65f6df5221842bb4427619ccec3327 (patch)
treede044918562a24c6f069f8cfc9ad24895ddb9abe /index.php
parenta540eee93088628adeb3127227f401592ce4403c (diff)
downloadelgg-95d7c27e5a65f6df5221842bb4427619ccec3327.tar.gz
elgg-95d7c27e5a65f6df5221842bb4427619ccec3327.tar.bz2
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
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
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)) {