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 f72a4ba commit ac5439aCopy full SHA for ac5439a
interface/web/admin/form/server_config.tform.php
@@ -1544,7 +1544,7 @@
1544
'formtype' => 'TEXT',
1545
'default' => '',
1546
'validators' => array( 0 => array ( 'type' => 'REGEX',
1547
- 'regex' => '/^\/[a-zA-Z0-9\.\-\_\/]{1,128}$/',
+ 'regex' => '/^[a-zA-Z0-9\.\-\_\/]{0,128}$/',
1548
'errmsg'=> 'bind_zonefiles_masterprefix_error_regex'),
1549
),
1550
'value' => '',
@@ -1556,7 +1556,7 @@
1556
1557
1558
1559
1560
'errmsg'=> 'bind_zonefiles_slaveprefix_error_regex'),
1561
1562
0 commit comments