| | |
| | | 'range' => '60:', |
| | | 'errmsg'=> 'minimum_range_error'), |
| | | ), |
| | | 'default' => '86400', |
| | | 'default' => '3600', |
| | | 'value' => '', |
| | | 'width' => '10', |
| | | 'maxlength' => '10' |
| | |
| | | 'xfer' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'CUSTOM', |
| | | 'class' => 'validate_dns', |
| | | 'function' => 'validate_xfer', |
| | | 'allowempty' => 'y', |
| | | 'separator' => ',', |
| | | 'errmsg'=> 'xfer_error_regex'), |
| | | ), |
| | | /* |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIP', |
| | | 'allowempty' => 'y', |
| | | 'separator' => ',', |
| | | 'errmsg'=> 'xfer_error_regex'), |
| | | ), |
| | | */ |
| | | 'default' => '', |
| | | 'value' => '', |
| | | 'width' => '30', |