浏览代码

Remove the logging to make way for a better logging. The older one caused a problem for someone without permission to write to /tmp/logfile.txt

Mark Crane 10 年之前
父节点
当前提交
f5584baaba
共有 1 个文件被更改,包括 5 次插入1 次删除
  1. 5 1
      resources/classes/logging.php

+ 5 - 1
resources/classes/logging.php

@@ -84,4 +84,8 @@ class Logging
 	}
 	}
 }
 }
 
 
-?>
+//$log = new Logging();
+//$log->log("debug", "passed validation, ".__line__);
+//$log->log("debug", check_str($_POST["ivr_menu_uuid"]));
+
+?>