mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +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
|
class ErrorController extends ActionController
|
||||||
{
|
{
|
||||||
|
protected $requiresAuthentication = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display exception
|
* Display exception
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user