small fix for config options
This commit is contained in:
parent
27f2d50e1d
commit
2f0dee28ca
|
@ -236,9 +236,7 @@ class posixGroup extends baseModule {
|
|||
2 => array('kind' => 'text', 'value' => ' '),
|
||||
3 => array('kind' => 'text', 'text' => '<b>' . _('Maximum GID number') . " *: </b>"),
|
||||
4 => array('kind' => 'input', 'name' => 'posixGroup_maxGID', 'type' => 'text', 'size' => '10', 'maxlength' => '255'),
|
||||
5 => array('kind' => 'help', 'value' => 'minMaxGID'))
|
||||
);
|
||||
$return['config_options']['all'] = array(
|
||||
5 => array('kind' => 'help', 'value' => 'minMaxGID')),
|
||||
array(
|
||||
0 => array('kind' => 'text', 'text' => '<b>' . _("Password hash type") . ': </b>'),
|
||||
1 => array('kind' => 'select', 'name' => 'posixGroup_pwdHash', 'size' => '1',
|
||||
|
|
Loading…
Reference in New Issue