Changeset 6049 in subversion
- Timestamp:
- Apr 7, 2012 2:25:21 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_session.php
r5898 r6049 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.
