X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=debug.php;h=f9fec82e779762382ed949a54f24c210ff818a13;hp=df171199c327db1c6ef692cce6e5de085fcbb4b8;hb=b8a6f8012aa3509d8e0f8fd078e044f20e80707a;hpb=b4021b2ca326afc81c36b420ecfd247a00067bd1 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 {