We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e032124 commit 99d6a59Copy full SHA for 99d6a59
interface/web/sites/form/database.tform.php
@@ -88,7 +88,7 @@
88
'type' => array (
89
'datatype' => 'VARCHAR',
90
'formtype' => 'SELECT',
91
- 'default' => 'y',
+ 'default' => 'mysql',
92
'value' => array('mysql' => 'MySQL')
93
),
94
'database_name' => array (
@@ -139,7 +139,7 @@
139
'database_charset' => array (
140
141
142
+ 'default' => '',
143
'value' => array('' => 'DB-Default', 'latin1' => 'Latin 1', 'utf8' => 'UTF-8')
144
145
'remote_access' => array (
0 commit comments