Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISPConfig
ISPConfig 3
Commits
b445c6cb
Commit
b445c6cb
authored
Jul 01, 2010
by
tbrehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Implemented: FS#624 - disable default remote MySQL access
parent
d92e05f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/web/sites/form/database.tform.php
interface/web/sites/form/database.tform.php
+1
-1
No files found.
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
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