aboutsummaryrefslogtreecommitdiffstats
path: root/category.php
diff options
context:
space:
mode:
Diffstat (limited to 'category.php')
-rw-r--r--category.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/category.php b/category.php
index 7b141d70a..ba7e741eb 100644
--- a/category.php
+++ b/category.php
@@ -37,7 +37,7 @@ if ( isset( $_GET['act'] )
$_SESSION = array();
session_unset();
session_destroy();
- setcookie(session_name(),'',0,'/');
+ setcookie(session_name(),'',0, cookie_path() );
$url = 'category.php';
redirect( $url );
}