From: Janusz Dobrowolski Date: Wed, 6 Feb 2008 13:30:53 +0000 (+0000) Subject: Default setting for debuging changed to off. X-Git-Tag: v2.4.2~19^2~2240 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=278a0508be98a1698352e97e3e6a30afb5676833;p=fa-stable.git Default setting for debuging changed to off. --- diff --git a/config.php b/config.php index 685372ef..67683efc 100644 --- a/config.php +++ b/config.php @@ -39,8 +39,8 @@ $debug = 1; $show_sql = 0; - $go_debug = 1; - if ($go_debug == 0) + $go_debug = 0; + if ($go_debug == 1) { error_reporting(E_ALL); ini_set("display_errors", "On");