From 556da4957990babc72b75bae36018fd0e8eb5930 Mon Sep 17 00:00:00 2001 From: thomasb Date: Fri, 9 Nov 2007 07:59:48 +0000 Subject: Update the list of supported databases git-svn-id: https://svn.roundcube.net/trunk@914 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/config/db.inc.php.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index e142dd71c..9b2b123e0 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/config/db.inc.php.dist @@ -16,7 +16,7 @@ $rcmail_config = array(); // 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'; -- cgit v1.2.3