Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
207169b1
Commit
207169b1
authored
Feb 24, 2016
by
Florian Schaal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
allow only ipv4 for Server IPv4 Mapping
parent
5e82da8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/web/admin/form/server_ip_map.tform.php
interface/web/admin/form/server_ip_map.tform.php
+1
-1
No files found.
interface/web/admin/form/server_ip_map.tform.php
View file @
207169b1
...
...
@@ -69,7 +69,7 @@ $form["tabs"]['server_ip_map'] = array (
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'ISIP'
,
'errmsg'
=>
'ip_error_wrong'
),
0
=>
array
(
'type'
=>
'ISIP
V4
'
,
'errmsg'
=>
'ip_error_wrong'
),
1
=>
array
(
'type'
=>
'NOTEMPTY'
,
'errmsg'
=>
'destination_ip_empty'
),
),
'default'
=>
''
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment