Error controller needs no authentication

This commit is contained in:
Thomas Gelf 2014-02-18 18:44:33 +00:00
parent 39b3af4b51
commit be9c0723ce
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ use \Icinga\Web\Controller\ActionController;
*/
class ErrorController extends ActionController
{
protected $requiresAuthentication = false;
/**
* Display exception
*/