X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=b69c8142dab1f2786ffe7652d49de2327bdbe18f;hp=910c71ffa899f2200f77b260f4ae9f5cf6aec39a;hb=5b37b49f283ef1c67015e626e483f21b837c36eb;hpb=aac3cb15887577d2016bb5b4de91ad4da5b9cc6f 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.";