X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=e69595f31d4cd44c390d7e5b48760d4295eb92f5;hb=f5ba0594457817b4b25b6bb9612ac383f6e7a8ad;hp=34b86733130fcfec5f344d53ea1781051cce6d07;hpb=cef4b4de401511a4195b7b8ad04b47bec1895b20;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 34b86733..e69595f3 100644 --- a/config.default.php +++ b/config.default.php @@ -56,21 +56,7 @@ 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"; - - // Extension packages repository - $FA_repo_version = '2.3'; // this should be get from database FA version? - $repo_auth = array( - 'login' => 'anonymous', - 'pass' => 'password', - ); - - $repository = 'http://'.$repo_auth['login'].':'.$repo_auth['pass'].'@'.'localhost/Repo' - .'/index.php?path='; - + // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt")); @@ -78,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;