X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=8dfc9d42c3907b98c78bb9face4d506a3abc46ea;hp=aa7c764e1ffc549dae66a068b68df1632b2366f5;hb=18ce936a4bd90f6cfd326a6003851bf013e0ead6;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361 diff --git a/debug.php b/debug.php index aa7c764e1f..8dfc9d42c3 100644 --- a/debug.php +++ b/debug.php @@ -39,10 +39,6 @@ // Load security stuff here require('inc/libs/security_functions.php'); -// Init "action" and "what" -$GLOBALS['what'] = ''; -$GLOBALS['action'] = ''; - // Set module and fake "CSS mode" $GLOBALS['module'] = 'debug'; $GLOBALS['output_mode'] = -1; @@ -64,8 +60,8 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) { if (DEBUG_HANDLE_REQUEST(REQUEST_POST('request'))) { // Construct FQFN for the module $INC = sprintf("inc/debug/%s/request_%s", - getConfig('debug_mode'), - SQL_ESCAPE(REQUEST_POST('request')) + getConfig('debug_mode'), + SQL_ESCAPE(REQUEST_POST('request')) ); // Is the module there? Else we log it!