Fixed the checkbox value
This commit is contained in:
@@ -231,7 +231,7 @@ return array(
|
|||||||
'values' => array(
|
'values' => array(
|
||||||
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
array ('label' => $lng['panel']['yes'], 'value' => '1')
|
||||||
),
|
),
|
||||||
'value' => array('1')
|
'value' => array($result['phpenabled'])
|
||||||
),
|
),
|
||||||
'openbasedir' => array(
|
'openbasedir' => array(
|
||||||
'label' => 'OpenBasedir',
|
'label' => 'OpenBasedir',
|
||||||
|
|||||||
Reference in New Issue
Block a user