aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/ucp.php')
-rwxr-xr-xphpBB/ucp.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 7146caaa08..eb049c4698 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -301,7 +301,8 @@ switch ($mode)
}
}
$user->set_cookie('track', '', $set_time);
- $user->set_cookie('data', '', $set_time);
+ $user->set_cookie('u', '', $set_time);
+ $user->set_cookie('k', '', $set_time);
$user->set_cookie('sid', '', $set_time);
// We destroy the session here, the user will be logged out nevertheless