X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/2a57704703a13f4825e677d5264613aadb05b12e..3679a8afd7b088d3a5c64f69c9706de39766f78b:/lib/utils.inc.php diff --git a/lib/utils.inc.php b/lib/utils.inc.php index 311713d..6bb5edf 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -192,6 +192,11 @@ class Utils { } } + if ($loggedIn == false + echo '$this->user: '.$this->user.' $_SESSION[\'user\']: '.$_SESSION['user']; + echo 'R_TIME: '.date('c', $_SERVER['REQUEST_TIME']).' L_ACT: '.date('c', $_SESSION['LAST_ACTIVITY']); + exit; + } return $loggedIn; }