From 0d824354c94d69b08345cdf8bf322aa07b4958c3 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2008 12:52:17 +0000 Subject: Refs #210 & #211 : Some more core settings / admin pages moved to use admin_gatekeeper. Install script action now also refuses to be run if the site has already been installed. git-svn-id: https://code.elgg.org/elgg/trunk@1824 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'actions/systemsettings/install.php') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 061a2404e..4629d010d 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -11,7 +11,9 @@ * @author Curverider Ltd * @copyright Curverider Ltd 2008 * @link http://elgg.org/ - */ + */ + + if (is_installed()) gatekeeper(); if (get_input('settings') == 'go') { -- cgit v1.2.3