Changeset 0129d7c in github
- Timestamp:
- Jan 19, 2009 3:38:14 AM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- ebf96ef
- Parents:
- 478c7c6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
r478c7c6 r0129d7c 6 6 - Fix problems with backslash as IMAP hierarchy delimiter (#1484467) 7 7 - Secure vcard export by getting rid of preg's 'e' modifier use (#1485689) 8 - Fix authentication when submitting form with existing session (#1485679) 8 9 9 10 2009/01/15 (alec) -
index.php
rcbbef37 r0129d7c 73 73 // try to log in 74 74 if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') { 75 // purge the session in case of new login when a session already exists 76 $RCMAIL->kill_session(); 77 78 // set IMAP host 75 79 $host = $RCMAIL->autoselect_host(); 76 80
Note: See TracChangeset
for help on using the changeset viewer.
