summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorsvncommit <devs@roundcube.net>2009-05-12 14:10:30 +0000
committersvncommit <devs@roundcube.net>2009-05-12 14:10:30 +0000
commitf22c2cefb4c7f8b1a995d5de6f706d49861c473c (patch)
tree3985c457e3bbdb406e728add1f3e42807433d88d /index.php
parent617b4f699f2e47991c50e05528b1f9ecbc3c3d9c (diff)
Really, really logout (fixes r2467).
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 7c2d23032..721aefc7c 100644
--- a/index.php
+++ b/index.php
@@ -97,7 +97,7 @@ if ($RCMAIL->action=='login' && $RCMAIL->task=='mail') {
else if ($_SESSION['temp'] && !empty($auth['user']) && !empty($auth['host']) && isset($auth['pass']) &&
$RCMAIL->login($auth['user'], $auth['pass'], $auth['host'])) {
// create new session ID
- unset($_SESSION['temp']);
+ rcube_sess_unset('temp');
rcube_sess_regenerate_id();
// send auth cookie if necessary