X-Git-Url: http://git.datanom.net/qtadmin.git/blobdiff_plain/1e354d2079b77adb249465d86e86fa8a59f9dc4e..cd212b173cc6e780f2c0b8be756f529e04d8731b:/lib/utils.inc.php diff --git a/lib/utils.inc.php b/lib/utils.inc.php index 0bae909..dc6625a 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -178,7 +178,7 @@ class Utils { global $CFG; $loggedIn = false; - echo '$this->user: '.$this->user.' $_SESSION['user']: '.$_SESSION['user']; + echo '$this->user: '.$this->user.' $_SESSION[\'user\']: '.$_SESSION['user']; if ($this->user) { $loggedIn = true; } else if (isset($_SESSION['user'])) {