remove unused global from login

This commit is contained in:
msquare 2016-09-29 11:32:03 +02:00
parent 4c288e957e
commit 81e5a6482c
1 changed files with 0 additions and 2 deletions

View File

@ -279,8 +279,6 @@ function guest_logout() {
} }
function guest_login() { function guest_login() {
global $privileges;
$nick = ""; $nick = "";
unset($_SESSION['uid']); unset($_SESSION['uid']);