diff --git a/call_file.php b/call_file.php index d92cc08..da4e89c 100644 --- a/call_file.php +++ b/call_file.php @@ -43,6 +43,9 @@ if ( !empty($_POST["username"]) ) $_SESSION["userinfos"]["username"] = $_POST["username"]; } } + # debug variables + NConf_DEBUG::set($debug, 'DEBUG', 'call '.$type.'-variable: $debug'); + NConf_DEBUG::set($ajax, 'DEBUG', 'call '.$type.'-variable: $ajax'); # file validation $path_parts = pathinfo($file_path);