fix variable-mixup in formfield so ips-and-ports specialsettings are not shown on the panel (but actually saved to database and used!)
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -68,13 +68,13 @@ return array(
|
|||||||
'desc' => $lng['serversettings']['default_vhostconf']['description'],
|
'desc' => $lng['serversettings']['default_vhostconf']['description'],
|
||||||
'type' => 'textarea',
|
'type' => 'textarea',
|
||||||
'cols' => 60,
|
'cols' => 60,
|
||||||
'rows' => 12
|
'rows' => 12,
|
||||||
|
'value' => $result['specialsettings']
|
||||||
),
|
),
|
||||||
'vhostcontainer_servername_statement' => array(
|
'vhostcontainer_servername_statement' => array(
|
||||||
'label' => $lng['admin']['ipsandports']['create_vhostcontainer_servername_statement'],
|
'label' => $lng['admin']['ipsandports']['create_vhostcontainer_servername_statement'],
|
||||||
'type' => 'yesno',
|
'type' => 'yesno',
|
||||||
'yesno_var' => $vhostcontainer_servername_statement,
|
'yesno_var' => $vhostcontainer_servername_statement
|
||||||
'value' => $result['specialsettings']
|
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user