| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '192.168.0.105', |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'ip_address_error_empty'), |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', |
| | | 'errmsg'=> 'ip_address_error_wrong'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '15', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '255.255.255.0', |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'netmask_error_empty'), |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', |
| | | 'errmsg'=> 'netmask_error_wrong'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '15', |
| | |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '192.168.0.1', |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'gateway_error_empty'), |
| | | 'validators' => array ( 0 => array ( 'type' => 'ISIPV4', |
| | | 'errmsg'=> 'gateway_error_wrong'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '15', |
| | |
| | | ################################## |
| | | # Begin Datatable fields |
| | | ################################## |
| | | 'website_basedir' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |
| | | 'default' => '', |
| | | 'validators' => array ( 0 => array ( 'type' => 'NOTEMPTY', |
| | | 'errmsg'=> 'website_basedir_error_empty'), |
| | | ), |
| | | 'value' => '', |
| | | 'width' => '40', |
| | | 'maxlength' => '255' |
| | | ), |
| | | 'website_path' => array ( |
| | | 'datatype' => 'VARCHAR', |
| | | 'formtype' => 'TEXT', |