Changeset 5349b78 in github
- Timestamp:
- Oct 2, 2007 8:13:32 PM (6 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 853e852
- Parents:
- e1c727c
- Files:
-
- 18 edited
-
bin/quotaimg.php (modified) (1 diff)
-
config/db.inc.php.dist (modified) (2 diffs)
-
config/main.inc.php.dist (modified) (3 diffs)
-
program/include/rcube_mdb2.inc (modified) (1 diff)
-
program/include/rcube_sqlite.inc (modified) (1 diff)
-
program/include/session.inc (modified) (1 diff)
-
program/localization/index.inc (modified) (1 diff)
-
program/steps/error.inc (modified) (1 diff)
-
program/steps/mail/compose.inc (modified) (1 diff)
-
program/steps/mail/folders.inc (modified) (1 diff)
-
program/steps/mail/get.inc (modified) (1 diff)
-
program/steps/mail/getunread.inc (modified) (1 diff)
-
program/steps/mail/list.inc (modified) (1 diff)
-
program/steps/mail/quotadisplay.inc (modified) (1 diff)
-
program/steps/mail/rss.inc (modified) (1 diff)
-
program/steps/mail/spell.inc (modified) (1 diff)
-
program/steps/mail/upload.inc (modified) (1 diff)
-
program/steps/mail/viewsource.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bin/quotaimg.php
rf115416 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
config/db.inc.php.dist
re64fe07 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 17 17 // PEAR database DSN for read/write operations 18 18 // format is db_provider://user:password@host/databse 19 // current yl suported db_providers: mysql, sqlite19 // currently supported db_providers: mysql, sqlite 20 20 21 21 $rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; -
config/main.inc.php.dist
raca3d25 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | … … 94 94 $rcmail_config['skin_path'] = 'skins/default/'; 95 95 96 // in ludes shloud be interpreted as PHP files97 $rcmail_config['skin_include_php'] = true;96 // includes should be interpreted as PHP files 97 $rcmail_config['skin_include_php'] = TRUE; 98 98 99 99 // use this folder to store temp files (must be writebale for apache user) … … 238 238 $rcmail_config['timezone'] = intval(date('O'))/100 - date('I'); 239 239 240 // i f daylight savings are On240 // is daylight saving On? 241 241 $rcmail_config['dst_active'] = (bool)date('I'); 242 242 -
program/include/rcube_mdb2.inc
r6d969b4 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/include/rcube_sqlite.inc
r6d969b4 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/include/session.inc
raad6e2a r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev, - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/localization/index.inc
r2ec7d62 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev, - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/error.inc
rf115416 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/compose.inc
rbd4209e r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/folders.inc
r8d07583 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/get.inc
r719a257 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/getunread.inc
rf115416 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/list.inc
r5eee009 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/quotadisplay.inc
rf115416 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/rss.inc
r8d4bcda r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/spell.inc
r9960666 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/upload.inc
rf115416 r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | | -
program/steps/mail/viewsource.inc
r8d4bcda r5349b78 6 6 | | 7 7 | This file is part of the RoundCube Webmail client | 8 | Copyright (C) 2005 , RoundCube Dev. - Switzerland|8 | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland | 9 9 | Licensed under the GNU GPL | 10 10 | |
Note: See TracChangeset
for help on using the changeset viewer.
