From 6e749800d8a9f6b77bf50be92a70b7916c2804f3 Mon Sep 17 00:00:00 2001 From: George Halkiadakis Date: Thu, 27 Apr 2023 01:55:12 +0300 Subject: hotfixes and optimizations --- public/app/controllers/Auth.php | 1 + 1 file changed, 1 insertion(+) (limited to 'public/app/controllers/Auth.php') diff --git a/public/app/controllers/Auth.php b/public/app/controllers/Auth.php index 32ff07a..4a6b9ed 100644 --- a/public/app/controllers/Auth.php +++ b/public/app/controllers/Auth.php @@ -227,6 +227,7 @@ class Auth { unset($_COOKIE['cluser']); setcookie('cluser', '', -1, '/'); return true; + } else { return false; } -- cgit v1.2.3