CC-2934: Phone Home Stat: it should work with new airtime-check-system
- initial commit
This commit is contained in:
parent
9506161b70
commit
8f6804155f
2 changed files with 6 additions and 2 deletions
|
@ -329,7 +329,7 @@ class Application_Model_Preference
|
|||
}
|
||||
|
||||
public static function GetSystemInfo($returnArray=false){
|
||||
exec('/usr/bin/airtime-check-system', $output);
|
||||
exec('/usr/bin/airtime-check-system --no-color', $output);
|
||||
|
||||
$output = preg_replace('/\s+/', ' ', $output);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue