diff options
Diffstat (limited to 'actions/systemsettings')
| -rw-r--r-- | actions/systemsettings/install.php | 16 | 
1 files changed, 0 insertions, 16 deletions
| 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"); | 
