| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[\s0-9\,]{0,255}$/', |
| | | 'regex' => '/^[\s0-9\,\:]{0,255}$/', |
| | | 'errmsg'=> 'tcp_ports_error_regex'), |
| | | ), |
| | | 'default' => '20,21,22,25,53,80,110,443,8080,10000', |
| | | 'default' => '20,21,22,25,53,80,110,143,443,993,995,3306,8080,8081,10000', |
| | | 'value' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255' |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'validators' => array ( 0 => array ( 'type' => 'REGEX', |
| | | 'regex' => '/^[\s0-9\,]{0,255}$/', |
| | | 'regex' => '/^[\s0-9\,\:]{0,255}$/', |
| | | 'errmsg'=> 'tcp_ports_error_regex'), |
| | | ), |
| | | 'default' => '53', |
| | | 'default' => '53,3306', |
| | | 'value' => '', |
| | | 'width' => '30', |
| | | 'maxlength' => '255' |