mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15: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
|
||||
{
|
||||
|
||||
protected $requiresAuthentication = false;
|
||||
/**
|
||||
* Display exception
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user