From b1211d3aa113999329ba72d8e68b001a04e0296d Mon Sep 17 00:00:00 2001 From: James Date: Wed, 21 Dec 2011 12:05:45 -0500 Subject: [PATCH] IN-66: Stat server modification - fixed url for airtime_latest_version file --- utils/phone_home_stat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/phone_home_stat.php b/utils/phone_home_stat.php index a230f31ad..c7738a6b4 100644 --- a/utils/phone_home_stat.php +++ b/utils/phone_home_stat.php @@ -79,7 +79,7 @@ if(Application_Model_Preference::GetSupportFeedback() == '1'){ // Get latest version from stat server and store to db if(Application_Model_Preference::GetPlanLevel() == 'disabled'){ - $url = 'http://stat.sourcefabric.org/airtime_latest_version'; + $url = 'http://stat.sourcefabric.org/airtime-stats/airtime_latest_version'; $ch = curl_init(); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);