Skip to content

Commit

Permalink
just adding some debug variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyclodex committed Jul 5, 2011
1 parent e40e99c commit 6913421
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions call_file.php
Expand Up @@ -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);
Expand Down

0 comments on commit 6913421

Please sign in to comment.