X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/39023189e8f429becf658c8a1f8250c55cf0721c..258fa28078d7d6c2fc52743fc93beeef2ef41078:/lib/utils.inc.php diff --git a/lib/utils.inc.php b/lib/utils.inc.php index ba2fbc9..d61b9e7 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -205,7 +205,7 @@ class Utils { } if ($loggedIn == false) { - echo '$this->user: '.$this->user.' $_SESSION[\'user\']: '.$_SESSION['user']; + echo '$this->settings: '.var_export($this->settings, true); echo 'R_TIME: '.date('c', $_SERVER['REQUEST_TIME']).' L_ACT: '.date('c', $_SESSION['LAST_ACTIVITY']); //exit; }