X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=5e8a6b82edc5d499a849dc4b015f0bcc846fba36;hp=44af72c5451d0dfb5510ca0c5afea756002b84eb;hb=d22fa6e71e81743b277da0873e2abe7fc7bb5d98;hpb=c85ddc06cc16f2cd38ddd7d4c142a3f578bbab69 diff --git a/debug.php b/debug.php index 44af72c545..5e8a6b82ed 100644 --- a/debug.php +++ b/debug.php @@ -54,7 +54,7 @@ if ((isExtensionActive('debug')) && (!ifFatalErrorsDetected())) { // Handle the request if (DEBUG_HANDLE_REQUEST(postRequestParameter('request'))) { // Construct FQFN for the module - $inc = sprintf("inc/debug/%s/request_%s", + $inc = sprintf("inc/debug/%s/request_%s.php", getConfig('debug_mode'), SQL_ESCAPE(postRequestParameter('request')) );