summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2007-11-09 07:59:48 +0000
committerthomascube <thomas@roundcube.net>2007-11-09 07:59:48 +0000
commit033155a705662ab527abf262545164d015fe3528 (patch)
tree745c36e1537c9122b532ce4827ca711515bda198 /config
parent017def2b684f7dbbb059f9d4fb7794fedf41048e (diff)
Update the list of supported databases
Diffstat (limited to 'config')
-rw-r--r--config/db.inc.php.dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index e142dd71c..9b2b123e0 100644
--- a/config/db.inc.php.dist
+++ b/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';