projects
/
fusionforge
/
fusionforge.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
project home
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Config API: migrated sys_default_domain to core/web_host
[fusionforge/fusionforge.git]
/
gforge
/
www
/
soap
/
index.php
diff --git
a/gforge/www/soap/index.php
b/gforge/www/soap/index.php
index aff5ad1949e31029115bf19b7effa1b2d94ab4ba..1904473437af0be8bc5a2aca1442fed6506900e1 100644
(file)
--- a/
gforge/www/soap/index.php
+++ b/
gforge/www/soap/index.php
@@
-9,7
+9,7
@@
require_once $gfcommon.'include/FusionForge.class.php';
ini_set('memory_limit','32M');
-$uri = 'http://'.
$sys_default_domain
;
+$uri = 'http://'.
forge_get_config('web_host')
;
// 1. include client and server
require_once $gfwww.'soap/nusoap.php';
//$debug = true;