Debug traces

This commit is contained in:
Arturo Gonzalez 2017-03-14 18:24:23 +01:00
parent cfcac5e95f
commit cdcd48ca17
1 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,8 @@ if (is_ajax ()) {
$dangerous_query = true;
}
}
html_debug($number, true);
html_debug($config['MR'], true);
if ($dangerous_query) {
$error_file = fopen($config["homedir"] . "/extras/mr/error.txt", "w");