Defaults for get_post also for array submits, added confirm dialog helper.
[fa-stable.git] / config.default.php
index 67bb2dd25494a1a70daa3d8922bb60269746d265..b0d8043de0311589a8df059995daebe09940ed64 100644 (file)
@@ -56,7 +56,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        // Main Title
        $app_title = "FrontAccounting";
        // application version
-       $version                = "2.3 CVS";
+       $version                = "2.3 CVS (m4)";
+        // src-data compatibility check. Do not change.
+       $core_version = "2.3";
 
        // Build for development purposes
        $build_version  = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));
@@ -211,4 +213,8 @@ if (!defined('ICON_EDIT'))
        define("ICON_SUBMIT", "ok.gif");
        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