thomascube
2007-11-09 033155a705662ab527abf262545164d015fe3528
Update the list of supported databases

1 files modified
2 ■■■ changed files
config/db.inc.php.dist 2 ●●● patch | view | raw | blame | history
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';