From: Michael Rasmussen Date: Thu, 4 Jun 2015 18:53:03 +0000 (+0200) Subject: Fix bug in session handler X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/1e354d2079b77adb249465d86e86fa8a59f9dc4e Fix bug in session handler --- diff --git a/lib/utils.inc.php b/lib/utils.inc.php index a792bd5..0bae909 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -193,7 +193,7 @@ class Utils { } } - if ($loggedIn == false { + if ($loggedIn == false) { echo 'R_TIME: '.date('c', $_SERVER['REQUEST_TIME']).' L_ACT: '.date('c', $_SESSION['LAST_ACTIVITY']); exit; }