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
---
views/failsafe/settings/system.php | 9 ---------
1 file changed, 9 deletions(-)
(limited to 'views/failsafe/settings/system.php')
diff --git a/views/failsafe/settings/system.php b/views/failsafe/settings/system.php
index dfc7ecc41..9c4a40aa5 100644
--- a/views/failsafe/settings/system.php
+++ b/views/failsafe/settings/system.php
@@ -54,15 +54,6 @@ if ((isset($CONFIG->disable_api)) && ($CONFIG->disable_api == true)) {
$form_body .= elgg_view("input/checkboxes", array('options' => array(elgg_echo('installation:disableapi:label')), 'internalname' => 'api', 'value' => $on ));
$form_body .= "
";
-$form_body .= "" . elgg_echo('installation:usage') . "
";
-$on = elgg_echo('installation:usage:label');
-
-if (isset($CONFIG->ping_home)) {
- $on = ($vars['config']->ping_home!='disabled' ? elgg_echo('installation:usage:label') : "");
-}
-$form_body .= elgg_view("input/checkboxes", array('options' => array(elgg_echo('installation:usage:label')), 'internalname' => 'usage', 'value' => $on ));
-$form_body .= "
";
-
$form_body .= elgg_view('input/hidden', array('internalname' => 'settings', 'value' => 'go'));
$form_body .= elgg_view('input/submit', array('value' => elgg_echo("save")));
--
cgit v1.2.3