SAAS-157:Automated metrics: gather info about soundcloud usage
-added soundcloud_enabled option
This commit is contained in:
parent
7f18f3b329
commit
f50d7c3c03
|
@ -398,9 +398,10 @@ class Application_Model_Preference
|
|||
$systemInfoArray[$key] = $info[1];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
$outputArray = array();
|
||||
|
||||
$outputArray['SOUNDCLOUD_ENABLED'] = self::GetUploadToSoundcloudOption();
|
||||
$outputArray['STATION_NAME'] = self::GetStationName();
|
||||
$outputArray['PHONE'] = self::GetPhone();
|
||||
$outputArray['EMAIL'] = self::GetEmail();
|
||||
|
@ -409,7 +410,6 @@ class Application_Model_Preference
|
|||
$outputArray['STATION_CITY'] = self::GetStationCity();
|
||||
$outputArray['STATION_DESCRIPTION'] = self::GetStationDescription();
|
||||
|
||||
|
||||
// get web server info
|
||||
if(isset($systemInfoArray["AIRTIME_VERSION_URL"])){
|
||||
$url = $systemInfoArray["AIRTIME_VERSION_URL"];
|
||||
|
|
Loading…
Reference in New Issue