ftimme
2013-03-27 8536f368e086d61cc50e9b08d514886110891e3d
interface/web/dns/form/dns_slave.tform.php
@@ -91,9 +91,11 @@
                                ),
         'validators'   => array (    0 => array (   'type'   => 'NOTEMPTY',
                                          'errmsg'=> 'origin_error_empty'),
                              /*
                              1 => array (   'type'   => 'UNIQUE',
                                          'errmsg'=> 'origin_error_unique'),
                              2 => array (   'type'   => 'REGEX',
                              */
                              1 => array (   'type'   => 'REGEX',
                                          'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/',
                                          'errmsg'=> 'origin_error_regex'),
                           ),