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:
@@ -42,10 +42,6 @@ else {
|
||||
$text[$key] = $value[$_SESSION['domain']['language']['code']];
|
||||
}
|
||||
|
||||
$log = new Logging();
|
||||
$log->log("debug", "passed validation, line 45");
|
||||
$log->log("debug", check_str($_POST["ivr_menu_uuid"]));
|
||||
|
||||
//function to show the list of sound files
|
||||
// moved to functions.php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user