diff --git a/library/Icinga/Web/Request.php b/library/Icinga/Web/Request.php index b4d7e92d4..5d11798a0 100644 --- a/library/Icinga/Web/Request.php +++ b/library/Icinga/Web/Request.php @@ -119,6 +119,11 @@ class Request extends Zend_Controller_Request_Http return $id . '-' . $this->uniqueId; } + /** + * Detect whether cookies are enabled + * + * @return bool + */ public function hasCookieSupport() { $cookie = new Cookie($this);