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:
Michael Kaufmann (d00p)
2011-03-07 14:44:48 +01:00
parent 10996c5bed
commit 00f8707703

View File

@@ -68,13 +68,13 @@ return array(
'desc' => $lng['serversettings']['default_vhostconf']['description'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12
'rows' => 12,
'value' => $result['specialsettings']
),
'vhostcontainer_servername_statement' => array(
'label' => $lng['admin']['ipsandports']['create_vhostcontainer_servername_statement'],
'type' => 'yesno',
'yesno_var' => $vhostcontainer_servername_statement,
'value' => $result['specialsettings']
'yesno_var' => $vhostcontainer_servername_statement
)
)
),