The ErrorController must not require authentication
This commit is contained in:
parent
41ffa1d7c2
commit
b9357af893
|
@ -37,6 +37,8 @@ use \Icinga\Web\Controller\ActionController;
|
|||
*/
|
||||
class ErrorController extends ActionController
|
||||
{
|
||||
protected $requiresAuthentication = false;
|
||||
|
||||
/**
|
||||
* Display exception
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue