Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Zvonimir
ISPConfig 3
Commits
6aa01ca4
Commit
6aa01ca4
authored
Jan 18, 2010
by
oilyflutesalad
Browse files
Fixed the indentation of an array
parent
66d94a07
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/database.tform.php
View file @
6aa01ca4
...
...
@@ -133,18 +133,18 @@ $form["tabs"]['database'] = array (
'default'
=>
'y'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'remote_ips'
=>
array
(
'datatype'
=>
'TEXT'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'CUSTOM'
,
'class'
=>
'validate_database'
,
'function'
=>
'valid_ip_list'
,
'errmsg'
=>
'database_remote_error_ips'
),
),
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'60'
),
'remote_ips'
=>
array
(
'datatype'
=>
'TEXT'
,
'formtype'
=>
'TEXT'
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'CUSTOM'
,
'class'
=>
'validate_database'
,
'function'
=>
'valid_ip_list'
,
'errmsg'
=>
'database_remote_error_ips'
),
),
'default'
=>
''
,
'value'
=>
''
,
'width'
=>
'60'
),
##################################
# ENDE Datatable fields
##################################
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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