X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=e69595f31d4cd44c390d7e5b48760d4295eb92f5;hb=69fde1eed360af911850c868e86fb2f63700195b;hp=60205becd5a74c6aad6b5d539f6036ea418fcc70;hpb=c5b5ca7b915c2bdb68a57ff43483272133dead82;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 60205bec..e69595f3 100644 --- a/config.default.php +++ b/config.default.php @@ -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;