diff options
Diffstat (limited to 'include/config_default.inc.php')
-rw-r--r-- | include/config_default.inc.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/config_default.inc.php b/include/config_default.inc.php index b6ee06e4d..0850723f6 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -528,16 +528,6 @@ $conf['user_fields'] = array( 'email' => 'mail_address' ); -// database engine default choice between sqlite (native or via pdo) -// if the twice are available. -// $conf['db_sqlite_default'] = 'pdo'; -$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'] = 'mysql'; - // pass_convert : function to crypt or hash the clear user password to store // it in the database $conf['pass_convert'] = create_function('$s', 'return md5($s);'); |