- more work on multiserver-client settings

This commit is contained in:
Michael Kaufmann (d00p)
2010-10-20 11:41:43 +00:00
parent 09c5bbcb63
commit aa5e574d5d
3 changed files with 18 additions and 3 deletions

View File

@@ -193,8 +193,23 @@ if((int)$settings['multiserver']['enabled'] == 1)
* what settings are going to be shown here
* (parameter $client_settings, has to be an array,
* see loadConfigArrayDir-function)
*
* now set are all possible client settings
*/
$client_settings = array('froxlorclient');
$client_settings = array(
'froxlorclient',
'webserver',
'ssl',
'fcgid',
'perl',
'statistics',
'mail',
'ftpserver',
'nameserver',
'logging',
'dkim',
'spf'
);
$settings_data = loadConfigArrayDir(
'./actions/admin/settings/',