We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a012b commit b541ff3Copy full SHA for b541ff3
1 file changed
interface/web/sites/form/web_vhost_domain.tform.php
@@ -922,13 +922,13 @@
922
'datatype' => 'INTEGER',
923
'formtype' => 'TEXT',
924
'validators' => array ( 0 => array ( 'type' => 'REGEX',
925
- 'regex' => '/^([0-9]{1,5})$/',
+ 'regex' => '/^([0-9]{0,4})$/',
926
'errmsg'=> 'log_retention_error_regex'),
927
),
928
'default' => '30',
929
'value' => '',
930
'width' => '4',
931
- 'maxlength' => '6'
+ 'maxlength' => '4'
932
)
933
//#################################
934
// ENDE Datatable fields
0 commit comments