summaryrefslogtreecommitdiff
path: root/config/db.inc.php.dist
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2007-10-03 00:13:32 +0000
committersvncommit <devs@roundcube.net>2007-10-03 00:13:32 +0000
commit5349b78ad4b578d532c9c6cb530dd09c6a702b03 (patch)
tree83944cc11d7dbb07fe919289ebecba9ca038cc78 /config/db.inc.php.dist
parente1c727c0a9ca3f0bc17fac9025cba17fb3960840 (diff)
Update copyright notice
Diffstat (limited to 'config/db.inc.php.dist')
-rw-r--r--config/db.inc.php.dist6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/db.inc.php.dist b/config/db.inc.php.dist
index 63fa458dd..e142dd71c 100644
--- a/config/db.inc.php.dist
+++ b/config/db.inc.php.dist
@@ -5,7 +5,7 @@
| Configuration file for database access |
| |
| This file is part of the RoundCube Webmail client |
- | Copyright (C) 2005, RoundCube Dev. - Switzerland |
+ | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland |
| Licensed under the GNU GPL |
| |
+-----------------------------------------------------------------------+
@@ -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
+// currently supported db_providers: mysql, sqlite
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
// postgres example: 'pgsql://roundcube:pass@localhost/roundcubemail';
@@ -65,4 +65,4 @@ $rcmail_config['db_sequence_messages'] = 'message_ids';
// end db config file
-?> \ No newline at end of file
+?>