Removed sparse postread hook.
[fa-stable.git] / config.default.php
index 60205becd5a74c6aad6b5d539f6036ea418fcc70..e69595f31d4cd44c390d7e5b48760d4295eb92f5 100644 (file)
@@ -56,10 +56,6 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        }               
        // Main Title
        $app_title = "FrontAccounting";
-       // application version
-       $version                = "2.3 Beta";
-        // 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"));
@@ -68,6 +64,9 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_
        $power_by               = "FrontAccounting";
        $power_url              = "http://frontaccounting.com";
 
+       /* Save Report selections (a value > 0 means days to save. 0 = no save) */
+       $save_report_selections = 0;
+
        /* use popup windows for views */
        $use_popup_windows = 1;