52 if ($this->enableFileService->checkInstallToolEnableFile()) {
53 $this->
redirect(
'sysext/install/Start/Install.php?install[context]=backend');
55 $this->
forward(
'showEnableInstallToolButton');
65 $token = $this->formProtection->generateToken(
'installTool');
66 $this->view->assign(
'installToolEnableToken', $token);
76 if (!$this->formProtection->validateToken($installToolEnableToken,
'installTool')) {
77 throw new \RuntimeException(
'Given form token was not valid', 1369161225);
79 $this->enableFileService->createInstallToolEnableFile();
forward($actionName, $controllerName=NULL, $extensionName=NULL, array $arguments=NULL)
enableInstallToolAction($installToolEnableToken)
static redirect($url, $httpStatus=self::HTTP_STATUS_303)
showEnableInstallToolButtonAction()