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);