X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=e5aedcd104c39c32ef5ca62418076f86d4ddd024;hp=36638d270508ef6fadd6eb19cc576143375b92b2;hb=ef93474b89c9e51dd97f4eb79b260630f05216f2;hpb=cd7d344ea7007cfa20413acd3e03e50f0ab86d86 diff --git a/debug.php b/debug.php index 36638d2705..e5aedcd104 100644 --- a/debug.php +++ b/debug.php @@ -55,9 +55,9 @@ if ((isExtensionActive('debug')) && (!ifFatalErrorsDetected())) { // Handle the request if (DEBUG_HANDLE_REQUEST(postRequestElement('request'))) { // Construct FQFN for the module - $inc = sprintf("inc/debug/%s/request_%s.php", + $inc = sprintf('inc/debug/%s/request_%s.php', getConfig('debug_mode'), - SQL_ESCAPE(postRequestElement('request')) + sqlEscapeString(postRequestElement('request')) ); // Is the module there? Else we log it!