From 6913421e82bf0c827a1f8c3a5a3a35faadd6aadf Mon Sep 17 00:00:00 2001 From: Fabian Gander Date: Wed, 6 Jul 2011 01:04:40 +0200 Subject: [PATCH] just adding some debug variables. --- call_file.php | 3 +++ 1 file changed, 3 insertions(+) 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);