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 33aaf12 commit ee5ce1fCopy full SHA for ee5ce1f
interface/web/admin/form/firewall.tform.php
@@ -89,7 +89,7 @@
89
'formtype' => 'TEXT',
90
'validators' => array ( 0 => array ( 'type' => 'REGEX',
91
'regex' => '/^[0-9\,\:]{0,255}$/',
92
- 'errmsg'=> 'tcp_ports_error_regex'),
+ 'errmsg'=> 'udp_ports_error_regex'),
93
),
94
'default' => '53,3306',
95
'value' => '',
0 commit comments