Marius Burkard
2016-07-10 e1ceb050e19c7574bca146a8da7047ee4ff456b5
interface/web/dns/form/dns_slave.tform.php
@@ -96,7 +96,7 @@
                                          'errmsg'=> 'origin_error_unique'),
                              */
            1 => array ( 'type' => 'REGEX',
               'regex' => '/^[\w\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,10}[\.]{0,1}$/',
               'regex' => '/^[a-zA-Z0-9\.\-\/]{2,255}\.[a-zA-Z0-9\-]{2,30}[\.]{0,1}$/',
               'errmsg'=> 'origin_error_regex'),
         ),
         'default' => '',
@@ -121,6 +121,11 @@
      'xfer' => array (
         'datatype'      => 'VARCHAR',
         'formtype'      => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISIP',
               'allowempty' => 'y',
               'separator' => ',',
               'errmsg'=> 'xfer_error_regex'),
         ),
         'default'       => '',
         'value'         => '',
         'width'         => '30',