- adding feature to set a hostname for customer-standard-subdomain to replace froxlor-system-hostname (optional)

- set version to 0.9.3-svn5
This commit is contained in:
Michael Kaufmann (d00p)
2010-04-02 13:51:25 +00:00
parent 7182b245b3
commit d3ceeb3f14
7 changed files with 50 additions and 4 deletions

View File

@@ -58,6 +58,14 @@ return array(
'default' => '',
'save_method' => 'storeSettingHostname',
),
'system_stdsubdomain' => array(
'label' => $lng['serversettings']['stdsubdomainhost'],
'settinggroup' => 'system',
'varname' => 'stdsubdomain',
'type' => 'string',
'default' => '',
'save_method' => 'storeSettingHostname',
),
'system_mysql_access_host' => array(
'label' => $lng['serversettings']['mysql_access_host'],
'settinggroup' => 'system',