IN-66: Stat server modification

- fixed url for airtime_latest_version file
This commit is contained in:
James 2011-12-21 12:05:45 -05:00
parent ac50c279f7
commit b1211d3aa1
1 changed files with 1 additions and 1 deletions

View File

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