projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef4b4d
)
Added repo address.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:33:42 +0000
(16:33 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sat, 17 Jul 2010 16:33:42 +0000
(16:33 +0000)
config.default.php
patch
|
blob
|
history
diff --git
a/config.default.php
b/config.default.php
index 34b86733130fcfec5f344d53ea1781051cce6d07..87f99c82f21eedf5e8543d57dd82f57eed1dfbd3 100644
(file)
--- 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