summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-11-09 07:59:48 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-11-09 07:59:48 +0000
commit556da4957990babc72b75bae36018fd0e8eb5930 (patch)
treece49178c9a8489ecd3a006e7b61c709e481f501d
parent8f496e5c02f641c0d40835f7494aa33b2daae06e (diff)
Update the list of supported databases
git-svn-id: https://svn.roundcube.net/trunk@914 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
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';