Marius Burkard
2016-03-02 59f3ca6201c1487f3a4aceafe2c4a96201e58ce7
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',