X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=3aa06942cb5ac8871b343ce17e584ff8d2602172;hb=6f8094c63f914fce9fcfd02780c452d712a2dba3;hp=7d72b9ba4387d746bf4e3e060f3274dfbc20f9dc;hpb=cf60688bed4d65bfeb5745f2166dcd0e5c18f942;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 7d72b9ba..3aa06942 100644 --- a/config.default.php +++ b/config.default.php @@ -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.2.6"; + $version = "2.2.7"; // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -210,7 +210,4 @@ if (!defined('ICON_EDIT')) define("ICON_ESCAPE", "escape.png"); } - /* allow using of multi level sub-types when digits are of same length in account types */ - $use_new_account_types = 0; - ?> \ No newline at end of file