X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=f9fec82e779762382ed949a54f24c210ff818a13;hp=df171199c327db1c6ef692cce6e5de085fcbb4b8;hb=dd7c9bf86a74049e3ca0c4df7dcddf48e33950d5;hpb=263a089d8a499e0e26d0af9e7aa7639f88b8ca60 diff --git a/debug.php b/debug.php index df171199c3..f9fec82e77 100644 --- a/debug.php +++ b/debug.php @@ -60,10 +60,10 @@ if ((isExtensionActive('debug')) && (getTotalFatalErrors() == '0')) { // Is the module there? Else we log it! if (isIncludeReadable($inc)) { - // Load the request module + // Load the requested module loadInclude($inc); } else { - // Missing request file, may happen while development + // Missing request files may happen while development DEBUG_ABUSE_LOG(__FILE__, __LINE__, 'request_404', postRequestElement('request')); } } else {