X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.php;h=d6eeddf280e5daa2a902bb3e4f7ff2181178074b;hb=4a66afcbed7fb883d00c1a6a807497ccfd181378;hp=52f10e6fe516be03c12e7345ea2bf73bd950e560;hpb=2383d33373d6ddec06906658a0ed6398077c1147;p=fa-stable.git diff --git a/config.php b/config.php index 52f10e6f..d6eeddf2 100644 --- a/config.php +++ b/config.php @@ -27,7 +27,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ //$error_logfile = dirname(__FILE__).'/tmp/errors.log'; $debug = 1; $show_sql = 0; - $go_debug = 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. @@ -56,7 +56,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.2m3 CVS"; + $version = "2.2m4 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));