X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=f7e28dc25c8fdae63e53c27b09d5e0bfea79ad19;hp=aa7c764e1ffc549dae66a068b68df1632b2366f5;hb=ca788fbec7763e4d61e918b6c8a7bc03f2e043e9;hpb=81bfbcd72e424060ea1223b49ad92fcfa150f361 diff --git a/debug.php b/debug.php index aa7c764e1f..f7e28dc25c 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; @@ -59,7 +55,7 @@ if ((isInstalled()) && (getTotalFatalErrors() == 0)) { } // END - if // Is the request parameter set? - if (REQUEST_ISSET_POST(('request'))) { + if (REQUEST_ISSET_POST('request')) { // Handle the request if (DEBUG_HANDLE_REQUEST(REQUEST_POST('request'))) { // Construct FQFN for the module