X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=config.default.php;h=87f99c82f21eedf5e8543d57dd82f57eed1dfbd3;hb=380ae03e2df9602d07d156ae93b87cbe59b01b3a;hp=60205becd5a74c6aad6b5d539f6036ea418fcc70;hpb=c5b5ca7b915c2bdb68a57ff43483272133dead82;p=fa-stable.git diff --git a/config.default.php b/config.default.php index 60205bec..87f99c82 100644 --- a/config.default.php +++ b/config.default.php @@ -61,6 +61,17 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ // src-data compatibility check. Do not change. $core_version = "2.3"; + // Extension packages repository + $FA_repo_version = '2.3'; + + $repo_auth = array( + 'login' => 'anonymous', + 'pass' => 'password', + ); + + $repository = 'http://'.$repo_auth['login'].':'.$repo_auth['pass'].'@'.'repo.frontaccounting.eu' + .'/index.php?path='; + // Build for development purposes $build_version = date("d.m.Y", filemtime("$path_to_root/CHANGELOG.txt"));