getRequest()->getActionName() !== 'welcome') { $landingPage = getenv('ICINGAWEB_LANDING_PAGE'); if (! $landingPage) { $landingPage = 'dashboard'; } // @TODO(el): Avoid landing page redirects: https://dev.icinga.com/issues/9656 $this->redirectNow(Url::fromRequest()->setPath($landingPage)); } } /** * Application's start page */ public function welcomeAction() { } }