From: Janusz Dobrowolski Date: Sat, 17 Jul 2010 16:33:42 +0000 (+0000) Subject: Added repo address. X-Git-Tag: v2.4.2~19^2~794 X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=commitdiff_plain;h=18f71dff39a1ab595a38324c4faf80231dff80bf;p=fa-stable.git Added repo address. --- diff --git a/config.default.php b/config.default.php index 34b86733..87f99c82 100644 --- a/config.default.php +++ b/config.default.php @@ -62,13 +62,14 @@ if (!isset($path_to_root) || isset($_GET['path_to_root']) || isset($_POST['path_ $core_version = "2.3"; // Extension packages repository - $FA_repo_version = '2.3'; // this should be get from database FA version? + $FA_repo_version = '2.3'; + $repo_auth = array( 'login' => 'anonymous', 'pass' => 'password', ); - $repository = 'http://'.$repo_auth['login'].':'.$repo_auth['pass'].'@'.'localhost/Repo' + $repository = 'http://'.$repo_auth['login'].':'.$repo_auth['pass'].'@'.'repo.frontaccounting.eu' .'/index.php?path='; // Build for development purposes