Marius Burkard
2016-02-25 b01718a0ae2b53c18c01f1374799a00a0c11279f
interface/web/admin/form/server_ip.tform.php
@@ -121,7 +121,7 @@
      'ip_address' => array (
         'datatype' => 'VARCHAR',
         'formtype' => 'TEXT',
         'validators' => array (  0 => array ( 'type' => 'ISIP',
         'validators' => array (  0 => array ( 'type' => 'CUSTOME', 'class' => 'validate_server', 'function' => 'check_server_ip',
               'errmsg'=> 'ip_error_wrong'),
            1 => array ( 'type' => 'UNIQUE',
               'errmsg'=> 'ip_error_unique'),