Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dirk Dankhoff
ISPConfig 3
Commits
b445c6cb
Commit
b445c6cb
authored
Jul 01, 2010
by
tbrehm
Browse files
Implemented: FS#624 - disable default remote MySQL access
parent
d92e05f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/form/database.tform.php
View file @
b445c6cb
...
...
@@ -124,7 +124,7 @@ $form["tabs"]['database'] = array (
'remote_access'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'CHECKBOX'
,
'default'
=>
'
y
'
,
'default'
=>
'
n
'
,
'value'
=>
array
(
0
=>
'n'
,
1
=>
'y'
)
),
'active'
=>
array
(
...
...
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