From 25c192e75d52f5bd7db4da22bb9213421fa36b4c Mon Sep 17 00:00:00 2001 From: nickw Date: Tue, 11 May 2010 21:37:12 +0000 Subject: Do not display site pages when in Walled Garden mode, excepting system-defined whitelist. git-svn-id: http://code.elgg.org/elgg/trunk@6004 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 1 + 1 file changed, 1 insertion(+) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 3b841caf9..6f3b75a3d 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -69,6 +69,7 @@ if (get_input('settings') == 'go') { set_config('language', get_input('language'), $site->getGUID()); set_config('default_access', get_input('default_access'), $site->getGUID()); set_config('allow_registration', TRUE, $site->getGUID()); + set_config('walled_garden', FALSE, $site->getGUID()); $debug = get_input('debug'); if ($debug) { -- cgit v1.2.3