Skip to content

Commit 207169b

Browse files
author
Florian Schaal
committed
allow only ipv4 for Server IPv4 Mapping
1 parent 5e82da8 commit 207169b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/admin/form/server_ip_map.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
'datatype' => 'VARCHAR',
7070
'formtype' => 'TEXT',
7171
'validators' => array (
72-
0 => array ( 'type' => 'ISIP', 'errmsg'=> 'ip_error_wrong'),
72+
0 => array ( 'type' => 'ISIPV4', 'errmsg'=> 'ip_error_wrong'),
7373
1 => array ( 'type' => 'NOTEMPTY', 'errmsg'=> 'destination_ip_empty'),
7474
),
7575
'default' => '',

0 commit comments

Comments
 (0)