X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=e69595f31d4cd44c390d7e5b48760d4295eb92f5;hb=4d3a86a9286de3f4d5552ad2aa237a91df6aa689;hp=e7a1eaee621e274e422b5a1dd314ec5006662864;hpb=d12d331db1f5e4c6c17e8a44a1bda3f762ff1298;p=fa-stable.git diff --git a/config.default.php b/config.default.php index e7a1eaee..e69595f3 100644 --- a/config.default.php +++ b/config.default.php @@ -64,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;