diff --git a/utils/phone_home_stat.php b/utils/phone_home_stat.php index 23ef83ed2..f720f0dd0 100644 --- a/utils/phone_home_stat.php +++ b/utils/phone_home_stat.php @@ -69,10 +69,9 @@ catch (Zend_Console_Getopt_Exception $e) { exit(1); } +$infoArray = Application_Model_Preference::GetSystemInfo(true, isset($opts->t)); + if(Application_Model_Preference::GetSupportFeedback() == '1'){ - - $infoArray = Application_Model_Preference::GetSystemInfo(true, isset($opts->t)); - $url = 'http://stat.sourcefabric.org/index.php?p=airtime'; //$url = 'http://localhost:9999/index.php?p=airtime';