mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 06:44:33 +02:00
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…
x
Reference in New Issue
Block a user