diff options
| author | ihug <ihug@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-03 00:13:32 +0000 |
|---|---|---|
| committer | ihug <ihug@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2007-10-03 00:13:32 +0000 |
| commit | 4f485be4aecd43cfe868583700dad8f0b5a6a0bc (patch) | |
| tree | c88703d1ed7fadcbc196a5cdec4ebaf2b790cd74 /roundcubemail/config | |
| parent | eaee453b1c2bf80711262a268f85dc9d1985db3a (diff) | |
Update copyright notice
git-svn-id: https://svn.roundcube.net/trunk@850 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/config')
| -rw-r--r-- | roundcubemail/config/db.inc.php.dist | 6 | ||||
| -rw-r--r-- | roundcubemail/config/main.inc.php.dist | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/roundcubemail/config/db.inc.php.dist b/roundcubemail/config/db.inc.php.dist index 63fa458dd..e142dd71c 100644 --- a/roundcubemail/config/db.inc.php.dist +++ b/roundcubemail/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 +?> diff --git a/roundcubemail/config/main.inc.php.dist b/roundcubemail/config/main.inc.php.dist index 6aa6e4b40..adea9b553 100644 --- a/roundcubemail/config/main.inc.php.dist +++ b/roundcubemail/config/main.inc.php.dist @@ -5,7 +5,7 @@ | Main configuration file | | | | 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 | | | +-----------------------------------------------------------------------+ @@ -93,8 +93,8 @@ $rcmail_config['list_cols'] = array('subject', 'from', 'date', 'size'); // relative path to the skin folder $rcmail_config['skin_path'] = 'skins/default/'; -// inludes shloud be interpreted as PHP files -$rcmail_config['skin_include_php'] = true; +// includes should be interpreted as PHP files +$rcmail_config['skin_include_php'] = TRUE; // use this folder to store temp files (must be writebale for apache user) $rcmail_config['temp_dir'] = 'temp/'; @@ -237,7 +237,7 @@ $rcmail_config['pagesize'] = 40; // use this timezone to display date/time $rcmail_config['timezone'] = intval(date('O'))/100 - date('I'); -// if daylight savings are On +// is daylight saving On? $rcmail_config['dst_active'] = (bool)date('I'); // prefer displaying HTML messages |
