X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=debug.php;h=5e8a6b82edc5d499a849dc4b015f0bcc846fba36;hb=b22e4f457ae707ca2b9ccb2ad0a0ad88c6ea0458;hp=44af72c5451d0dfb5510ca0c5afea756002b84eb;hpb=c85ddc06cc16f2cd38ddd7d4c142a3f578bbab69;p=mailer.git 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')) );