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

This commit is contained in:
Mark Crane
2015-01-03 08:32:30 +00:00
parent 2d70541b87
commit 8f187eefe3
3 changed files with 5 additions and 9 deletions

View File

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