CC-4624: phone_home_stat is broken in Ubuntu 12.10, with php 5.4

-fixed
This commit is contained in:
Martin Konecny 2012-10-25 12:25:02 -04:00
parent 4daaa776e2
commit f9f3f9527e
4 changed files with 8 additions and 0 deletions

View file

@ -2,6 +2,8 @@
AirtimeCheck::ExitIfNotRoot();
date_default_timezone_set("UTC");
$sapi_type = php_sapi_name();
$showColor = !in_array("--no-color", $argv);