- more work on multiserver-client settings
This commit is contained in:
@@ -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/',
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable">
|
||||
<tr>
|
||||
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" /> {$lng['admin']['froxlorclient_settings']} "{$client->Get('name')}</b>
|
||||
<td class="maintitle" colspan="2"><b><img src="images/title.gif" alt="" /> {$lng['admin']['froxlorclient_settings']} "{$client->Get('name')}"</b>
|
||||
[<a href="$filename?page=clients&action=settings&part=&s=$s&id={$id}">{$lng['admin']['configfiles']['compactoverview']}</a>]</td>
|
||||
</tr>
|
||||
$fields
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<table cellpadding="5" cellspacing="4" border="0" align="center" class="maintable_60">
|
||||
<tr>
|
||||
<td class="maintitle" align="center" colspan="3">
|
||||
<b><img src="images/title.gif" alt="" /> {$lng['admin']['configfiles']['serverconfiguration']}</b>
|
||||
<b><img src="images/title.gif" alt="" /> {$lng['admin']['configfiles']['serverconfiguration']} "{$client->Get('name')}"</b>
|
||||
[<a href="$filename?page=clients&action=settings&part=all&s=$s&id={$id}">{$lng['admin']['configfiles']['overview']}</a>]
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user