interface/web/dns/form/dns_ptr.tform.php
@@ -78,7 +78,7 @@ 'datatype' => 'VARCHAR', 'formtype' => 'TEXT', 'validators' => array ( 0 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{1,64}$/', 'regex' => '/^[\w\.\-]{1,256}$/', 'errmsg'=> 'name_error_regex'), ), 'default' => '', @@ -100,7 +100,7 @@ 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'data_error_empty'), 1 => array ( 'type' => 'REGEX', 'regex' => '/^[\w\.\-]{1,64}$/', 'regex' => '/^[\w\.\-]{1,256}$/', 'errmsg'=> 'data_error_regex'), ), 'default' => '',