Enable standard directives by default

This commit is contained in:
Johannes Feichtner
2016-02-12 10:14:24 +01:00
parent abe253bc31
commit dc71a582fc

View File

@@ -157,7 +157,7 @@ return array(
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array()
'value' => array('1')
),
'vhostsettingid' => array(
'visible' => ($userinfo['change_serversettings'] == '1' ? true : false),