X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=bf0771ba46ba25832d85ee8b4883513b2f09a3ab;hb=032543e8bebfaf5ed19f8a8bad793893af497862;hp=8b213cf1e7ca2ea975ed4d03344398cb46471679;hpb=ba80e275bd7d437b92dd62eec01d97e461c74bce;p=fa-stable.git diff --git a/config.php b/config.php index 8b213cf1..bf0771ba 100644 --- a/config.php +++ b/config.php @@ -25,6 +25,13 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $show_sql = 0; $go_debug = 1; $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. + // Don't forget switch the option off and flush the table manually after + // trail, or your future backup files are overloaded with unneeded data. + // + $sql_trail = 0; // save all sql queries in sql_trail + $select_trail = 0; // track also SELECT queries if ($go_debug == 1) { error_reporting(E_ALL);