From 298158ed2cb212cb79c413696295e8adbc5cecff Mon Sep 17 00:00:00 2001 From: brettp Date: Sat, 6 Feb 2010 21:00:49 +0000 Subject: Fixes #1492: Removed usage info collecting from installation. git-svn-id: http://code.elgg.org/elgg/trunk@3913 36083f99-b078-4883-b0ff-0f9b5a30f544 --- actions/systemsettings/install.php | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'actions') diff --git a/actions/systemsettings/install.php b/actions/systemsettings/install.php index 98d958a67..08cbef99d 100644 --- a/actions/systemsettings/install.php +++ b/actions/systemsettings/install.php @@ -68,17 +68,6 @@ if (get_input('settings') == 'go') { unset_config('debug', $site->getGUID()); } - $usage = get_input('usage'); - if (is_array($usage)) { - $usage = $usage[0]; - } - - if ($usage) { - unset_config('ping_home', $site->getGUID()); - } else { - set_config('ping_home', 'disabled', $site->getGUID()); - } - $api = get_input('api'); if ($api) { unset_config('disable_api', $site->getGUID()); @@ -120,11 +109,6 @@ if (get_input('settings') == 'go') { $cache = new ElggFileCache($dataroot); $cache->delete('view_paths'); - // Now ping home - if ($usage) { - ping_home($site); - } - system_message(elgg_echo("installation:configuration:success")); header("Location: ../../account/register.php"); -- cgit v1.2.3