Error controller needs no authentication
This commit is contained in:
parent
39b3af4b51
commit
be9c0723ce
|
@ -37,6 +37,8 @@ use \Icinga\Web\Controller\ActionController;
|
|||
*/
|
||||
class ErrorController extends ActionController
|
||||
{
|
||||
|
||||
protected $requiresAuthentication = false;
|
||||
/**
|
||||
* Display exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue