diff --git a/application/controllers/IndexController.php b/application/controllers/IndexController.php index 14f8d071e..048ea1b4d 100644 --- a/application/controllers/IndexController.php +++ b/application/controllers/IndexController.php @@ -17,6 +17,7 @@ class IndexController extends ActionController public function preDispatch() { if ($this->getRequest()->getActionName() !== 'welcome') { + // @TODO(el): Avoid landing page redirects: https://dev.icinga.org/issues/9656 $this->redirectNow(Url::fromRequest()->setPath('dashboard')); } }