fantu
2008-12-21 cc2fe484bff23d183277d217f4b7ca291667a506
interface/web/admin/form/server_config.tform.php
@@ -69,7 +69,7 @@
         'formtype'   => 'TEXT',
         'default'   => '192.168.0.105',
         'validators'   => array (    0 => array (   'type'   => 'ISIPV4',
                                          'errmsg'=> 'ip_address_error_empty'),
                                          'errmsg'=> 'ip_address_error_wrong'),
                           ),
         'value'      => '',
         'width'      => '15',
@@ -79,8 +79,8 @@
         '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',
@@ -90,8 +90,8 @@
         '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',