From 81e5a6482c340d3013c9fce54c10ef1a72a5a930 Mon Sep 17 00:00:00 2001 From: msquare Date: Thu, 29 Sep 2016 11:32:03 +0200 Subject: remove unused global from login --- includes/pages/guest_login.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'includes') diff --git a/includes/pages/guest_login.php b/includes/pages/guest_login.php index 336afffc..aeaed182 100644 --- a/includes/pages/guest_login.php +++ b/includes/pages/guest_login.php @@ -279,8 +279,6 @@ function guest_logout() { } function guest_login() { - global $privileges; - $nick = ""; unset($_SESSION['uid']); -- cgit v1.2.3-54-g00ecf