From 837decb5c31c3cfd9ad5cd53b762832294dd1ecc Mon Sep 17 00:00:00 2001 From: drigato Date: Wed, 16 Apr 2014 16:36:19 -0400 Subject: [PATCH] Logging for testing --- airtime_mvc/application/models/Systemstatus.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/airtime_mvc/application/models/Systemstatus.php b/airtime_mvc/application/models/Systemstatus.php index 4ee729fc0..a645cbbc1 100644 --- a/airtime_mvc/application/models/Systemstatus.php +++ b/airtime_mvc/application/models/Systemstatus.php @@ -223,8 +223,7 @@ class Application_Model_Systemstatus $freeSpace = disk_free_space($storPath); $totalSpace = disk_total_space($storPath); //Logging::info($totalSpace - $freeSpace); - Logging::info(shell_exec("du -s /mnt/airtimepro/instances/1/1384/srv/airtime/stor | awk '{print $1}'")); - + Logging::info($_SERVER['AIRTIME_CONF']); $partitions = array();