mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
prefering mysqli for new installs
This commit is contained in:
parent
3996f8a936
commit
da74bf4210
@ -24,7 +24,7 @@ $config = array(
|
||||
'domain' => 'default',
|
||||
'config_user' => 'admin',
|
||||
'config_passwd' => randomstring(),
|
||||
'db_type' => 'mysql',
|
||||
'db_type' => 'mysqli',
|
||||
'db_host' => 'localhost',
|
||||
'db_port' => 3306,
|
||||
'db_name' => 'egroupware',
|
||||
|
@ -270,7 +270,7 @@ class setup_cmd_database extends setup_cmd
|
||||
* @param string $db_type='mysql'
|
||||
* @return array
|
||||
*/
|
||||
static function defaults($db_type='mysql')
|
||||
static function defaults($db_type='mysqli')
|
||||
{
|
||||
switch($db_type)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user