Logging for testing
This commit is contained in:
parent
837decb5c3
commit
7c39ab294d
|
@ -223,7 +223,7 @@ class Application_Model_Systemstatus
|
|||
$freeSpace = disk_free_space($storPath);
|
||||
$totalSpace = disk_total_space($storPath);
|
||||
//Logging::info($totalSpace - $freeSpace);
|
||||
Logging::info($_SERVER['AIRTIME_CONF']);
|
||||
Logging::info($_SERVER);
|
||||
|
||||
|
||||
$partitions = array();
|
||||
|
|
Loading…
Reference in New Issue