summaryrefslogtreecommitdiff
path: root/roundcubemail/config/db.inc.php.dist
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-20 22:20:26 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-20 22:20:26 +0000
commite8ee29555cd7845b3fbfcaab6f012608f80ad442 (patch)
tree3ccee82c7196cd972aa1d8f67713cd1a18575516 /roundcubemail/config/db.inc.php.dist
parent5ac199a11abfa91a37916ddd42d6c1afc283111f (diff)
Fixed SSL support; improved Courier compatibility; some visual enhancements and bugfixes
git-svn-id: https://svn.roundcube.net/trunk@49 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config/db.inc.php.dist')
-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 987530922..fdb7d7ea2 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
-// currentyl suported db_providers: mysql, sqlite, pgsql
+// currentyl suported db_providers: mysql, sqlite
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
// sqlite example: 'sqlite://./sqlite.db?mode=0646';