Browse Source

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 năm trước cách đây
mục cha
commit
f5584baaba
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  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"]));
+
+?>