<?php
-//$default_svn_server = $GLOBALS['sys_default_domain'] ;
-//$default_svn_server = "svn." . $GLOBALS['sys_default_domain'] ;
+//$default_svn_server = forge_get_config('web_host') ;
+//$default_svn_server = "svn." . forge_get_config('web_host') ;
if (isset ($GLOBALS['sys_scm_host'])) {
$default_svn_server = $GLOBALS['sys_scm_host'];
} else {