X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=config.php;h=331a29314d88149be2de0b2b4b1065d95eb409c0;hb=59840905a38c4e08e5b13fdb7af71ea6dea7b1f0;hp=625b542165723688d792a6f3f33b7a6944696f56;hpb=cabe16222826c897b306107ffb176dcc61eadb8c;p=fa-stable.git diff --git a/config.php b/config.php index 625b5421..331a2931 100644 --- a/config.php +++ b/config.php @@ -24,6 +24,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $debug = 1; $show_sql = 0; $go_debug = 1; + $pdf_debug = 0; if ($go_debug == 1) { error_reporting(E_ALL); @@ -38,7 +39,7 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // Main Title $app_title = "FrontAccounting"; // application version - $version = "2.0.3"; + $version = "2.1.0 CVS"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));