X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=e5aedcd104c39c32ef5ca62418076f86d4ddd024;hp=10af24c8573a54bec19d629bcc53fc43369a57cb;hb=b52976057a73d26d63b6c98a4fc9efb3e07f40e7;hpb=155492a5b96cec674846973a8524238b0365a848 diff --git a/debug.php b/debug.php index 10af24c857..e5aedcd104 100644 --- a/debug.php +++ b/debug.php @@ -55,7 +55,7 @@ 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'), sqlEscapeString(postRequestElement('request')) );