Changeset f64f5f5 in github
- Timestamp:
- Jun 9, 2008 4:57:53 PM (5 years ago)
- Children:
- 32b3144
- Parents:
- 12b0029
- Files:
-
- 3 edited
-
config/main.inc.php.dist (modified) (1 diff)
-
index.php (modified) (1 diff)
-
program/include/iniset.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
config/main.inc.php.dist
ra0530a6 rf64f5f5 135 135 136 136 // add this user-agent to message headers when sending 137 $rcmail_config['useragent'] = 'RoundCube Webmail/0. 1';137 $rcmail_config['useragent'] = 'RoundCube Webmail/0.2a'; 138 138 139 139 // use this name to compose page titles -
index.php
r5e0045b rf64f5f5 3 3 +-------------------------------------------------------------------------+ 4 4 | RoundCube Webmail IMAP Client | 5 | Version 0. 1-20080506|5 | Version 0.2-alpha | 6 6 | | 7 7 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland | -
program/include/iniset.php
r197601e rf64f5f5 23 23 24 24 // application constants 25 define('RCMAIL_VERSION', '0. 1-trunk');25 define('RCMAIL_VERSION', '0.2-alpha'); 26 26 define('RCMAIL_CHARSET', 'UTF-8'); 27 27 define('JS_OBJECT_NAME', 'rcmail');
Note: See TracChangeset
for help on using the changeset viewer.
