From 033155a705662ab527abf262545164d015fe3528 Mon Sep 17 00:00:00 2001 From: thomascube <thomas@roundcube.net> Date: Fri, 09 Nov 2007 02:59:48 -0500 Subject: [PATCH] Update the list of supported databases --- config/db.inc.php.dist | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist index e142dd7..9b2b123 100644 --- a/config/db.inc.php.dist +++ b/config/db.inc.php.dist @@ -16,7 +16,7 @@ // PEAR database DSN for read/write operations // format is db_provider://user:password@host/databse -// currently supported db_providers: mysql, sqlite +// currently supported db_providers: mysql, mysqli, pgsql, sqlite, mssql $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; // postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail'; -- Gitblit v1.9.1