mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-08-31 22:58:08 +02:00
in ApplicationBootstrap#setupErrorHandling(). In webrouter.php disable them unconditionally (until ApplicationBootstrap#setupErrorHandling()) not to duplicate the check. ApplicationBootstrap#setupErrorHandling()) is called pretty early, so we won't miss much. fixes #5117 * In addition, this provides #5269 and mitigates #5152 in production where ICINGAWEB_ENVIRONMENT isn't set. (cherry picked from commit 5333f2deb71597b2907d77f6eb06ff6636560218)