data(); if (!$this->getResponse()->isFinished() && $link = $page->redirectionLink()) { $this->redirect($link, 301); } return parent::handleAction($request, 'handleIndex'); } /** * If we ever get this far, it means that the redirection failed. */ public function getContent() { return "

" . _t(__CLASS__ . '.HASBEENSETUP', 'A redirector page has been set up without anywhere to redirect to.') . "

"; } }