From 7c39ab294d49d6738cd83f2c0425eaf313165734 Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 16 Apr 2014 16:37:38 -0400 Subject: [PATCH] Logging for testing --- airtime_mvc/application/models/Systemstatus.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Systemstatus.php b/airtime_mvc/application/models/Systemstatus.php index a645cbbc1..678b801a0 100644 --- a/airtime_mvc/application/models/Systemstatus.php +++ b/airtime_mvc/application/models/Systemstatus.php @@ -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();