X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=f7e28dc25c8fdae63e53c27b09d5e0bfea79ad19;hp=8dfc9d42c3907b98c78bb9face4d506a3abc46ea;hb=7dbf553750858b5a422c6ef736dfd2bc2e97c74f;hpb=2ec9007220186d54f84846871ed1f7638c29baf7 diff --git a/debug.php b/debug.php index 8dfc9d42c3..f7e28dc25c 100644 --- a/debug.php +++ b/debug.php @@ -55,13 +55,13 @@ 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 $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!