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