Fixed the checkbox value

This commit is contained in:
Dominic Schallert
2016-11-13 15:33:56 +01:00
parent d93cfff172
commit 30087548b0

View File

@@ -231,7 +231,7 @@ return array(
'values' => array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array('1')
'value' => array($result['phpenabled'])
),
'openbasedir' => array(
'label' => 'OpenBasedir',