From 64c8c397c74d4e33cd67a927a23389df8d219b86 Mon Sep 17 00:00:00 2001 From: quix0r Date: Sat, 6 Jun 2009 19:41:18 +0000 Subject: [PATCH] Notice added to always include debug.log in your full bug report --- inc/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."; -- 2.39.5