Defaults for get_post also for array submits, added confirm dialog helper.
[fa-stable.git] / config.default.php
index 17fb66d7d8dbb05c71959236951d9c199bf3eb3d..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 (m3)";
+       $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"));