diff options
Diffstat (limited to 'model/Feedback.php')
-rw-r--r-- | model/Feedback.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/Feedback.php b/model/Feedback.php index f47491b..cfdce08 100644 --- a/model/Feedback.php +++ b/model/Feedback.php @@ -54,7 +54,6 @@ class Feedback public function isLoggedIn() { - return true; return isset($_SERVER['PHP_AUTH_USER']) && $_SERVER['PHP_AUTH_USER'] == $this->getConference()->get('FEEDBACK.USERNAME') && |