Changeset c73efcc in github
- Timestamp:
- Apr 7, 2012 2:25:21 PM (15 months ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.8
- Children:
- 59c404d
- Parents:
- 8e8ae79
- File:
-
- 1 edited
-
program/include/rcube_session.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/include/rcube_session.php
rfec2d8e rc73efcc 6 6 | | 7 7 | This file is part of the Roundcube Webmail client | 8 | Copyright (C) 2005-201 1, The Roundcube Dev Team |8 | Copyright (C) 2005-2012, The Roundcube Dev Team | 9 9 | Copyright (C) 2011, Kolab Systems AG | 10 10 | | … … 384 384 { 385 385 $this->vars = false; 386 $this->ip = $_SERVER['REMOTE_ADDR']; // update IP (might have changed) 386 387 $this->destroy(session_id()); 387 388 rcmail::setcookie($this->cookiename, '-del-', time() - 60);
Note: See TracChangeset
for help on using the changeset viewer.
