diff --git a/theme/classic.php b/theme/classic.php index 67ad6f6..4cde6ad 100644 --- a/theme/classic.php +++ b/theme/classic.php @@ -945,7 +945,7 @@ function logout() { - document.cookie = "=; path=/"; + document.cookie = "admin=; path=/"; location.href = location.href; } function enableedit(obj) {