diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 6a1b217de..b6ee06e4d 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -536,7 +536,7 @@ $conf['db_sqlite_default'] = 'native'; // default database engine proposed if severals are available // choices : sqlite, mysql, pgsql, pdo-sqlite // see include/dblayer/dblayers.inc.php -$conf['dbengine_select_default'] = 'sqlite'; +$conf['dbengine_select_default'] = 'mysql'; // pass_convert : function to crypt or hash the clear user password to store // it in the database |