From 75de71934c04d809d359c73480bf82d6feb87d9a Mon Sep 17 00:00:00 2001 From: Janusz Dobrowolski Date: Mon, 30 Mar 2009 16:41:44 +0000 Subject: [PATCH] go_debug set to off --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 0dd0bed..ba1c134 100644 --- a/config.php +++ b/config.php @@ -23,7 +23,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; - $go_debug = 1; + $go_debug = 0; $pdf_debug = 0; // set $sql_trail to 1 only if you want to perform bugtracking sql trail // Warning: this produces huge amount of data in sql_trail table. -- 2.30.2