From: Roland Häder Date: Sat, 6 Jun 2009 19:41:18 +0000 (+0000) Subject: Notice added to always include debug.log in your full bug report X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=5b37b49f283ef1c67015e626e483f21b837c36eb Notice added to always include debug.log in your full bug report --- diff --git a/inc/functions.php b/inc/functions.php index 910c71ffa8..b69c8142da 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2611,7 +2611,7 @@ function debug_report_bug ($message = '') { } // END - if // Add output - $debug .= "Please report this bug at bugs.mxchange.org:
";
+	$debug .= "Please report this bug at bugs.mxchange.org and include the logfile from inc/cache/debug.log in your report (you cannot attach files!):
";
 	$debug .= debug_get_printable_backtrace();
 	$debug .= "
\nRequest-URI: ".$_SERVER['REQUEST_URI']."
\n"; $debug .= "Thank you for finding bugs.";