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 years ago
parent
commit
f5584baaba
1 changed files with 5 additions and 1 deletions
  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"]));
+
+?>