We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3929f1 commit b9c1de7Copy full SHA for b9c1de7
interface/web/dns/form/dns_ptr.tform.php
@@ -77,9 +77,7 @@
77
'name' => array (
78
'datatype' => 'VARCHAR',
79
'formtype' => 'TEXT',
80
- 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY',
81
- 'errmsg'=> 'name_error_empty'),
82
- 1 => array ( 'type' => 'REGEX',
+ 'validators' => array ( 0 => array ( 'type' => 'REGEX',
83
'regex' => '/^[\w\.\-]{1,64}$/',
84
'errmsg'=> 'name_error_regex'),
85
),
0 commit comments