Skip to content
Snippets Groups Projects
Commit b445c6cb authored by tbrehm's avatar tbrehm
Browse files

Implemented: FS#624 - disable default remote MySQL access

parent d92e05f1
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment