Skip to content

Commit b445c6c

Browse files
committed
Implemented: FS#624 - disable default remote MySQL access
1 parent d92e05f commit b445c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/sites/form/database.tform.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
'remote_access' => array (
125125
'datatype' => 'VARCHAR',
126126
'formtype' => 'CHECKBOX',
127-
'default' => 'y',
127+
'default' => 'n',
128128
'value' => array(0 => 'n',1 => 'y')
129129
),
130130
'active' => array (

0 commit comments

Comments
 (0)