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, 3 insertions, 0 deletions
diff --git a/phpBB/ucp.php b/phpBB/ucp.php
index 19ffa0bba5..b5e124c5ed 100755
--- a/phpBB/ucp.php
+++ b/phpBB/ucp.php
@@ -96,6 +96,7 @@ switch ($mode)
break;
case 'delete_cookies':
+
// Delete Cookies with dynamic names (do NOT delete poll cookies)
if (confirm_box(true))
{
@@ -126,7 +127,9 @@ switch ($mode)
{
confirm_box(false, 'DELETE_COOKIES', '');
}
+
redirect("index.$phpEx$SID");
+
break;
}