summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/pages/logout.php')
-rw-r--r--frontend/pages/logout.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/pages/logout.php b/frontend/pages/logout.php
index 71f8c11..a60ee2d 100644
--- a/frontend/pages/logout.php
+++ b/frontend/pages/logout.php
@@ -4,6 +4,7 @@ function init_logout(&$S) {
$S['session']->delete();
}
setcookie($S['conf']['cookiename'], '', 1, $S['cookie_dir'], '', false, true);
+ unset($S['user']);
if (isset($_REQUEST['go'])) {
header('Location: '.url($_REQUEST['go']));
}