parent
071937910b
commit
78b98a7d67
|
@ -27,7 +27,10 @@ class SecurityForm extends Form
|
||||||
array(
|
array(
|
||||||
'label' => 'Protected Custom Variables',
|
'label' => 'Protected Custom Variables',
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'value' => $this->config->protected_customvars
|
'value' => $this->config->protected_customvars,
|
||||||
|
'helptext' => 'Comma separated case insensitive list of protected custom variables.'
|
||||||
|
. ' Use * as a placeholder for zero or more wildcard characters.'
|
||||||
|
. ' Existance of those custom variables will be shown, but their values will be masked.'
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
$this->setSubmitLabel('Save');
|
$this->setSubmitLabel('Save');
|
||||||
|
|
Loading…
Reference in New Issue