‪TYPO3CMS  11.5
Routes.php
Go to the documentation of this file.
1 <?php
2 
5 
10 return [
11  'install.backend-user-confirmation' => [
12  'path' => '/install/backend-user-confirmation',
13  'target' => BackendModuleController::class . '::backendUserConfirmationAction',
14  ],
15  'install.server-response-check.host' => [
16  'access' => 'public',
17  'path' => '/install/server-response-check/host',
18  'target' => ServerResponseCheckController::class . '::checkHostAction',
19  ],
20 ];
‪TYPO3\CMS\Install\Controller\ServerResponseCheckController
Definition: ServerResponseCheckController.php:30
‪TYPO3\CMS\Install\Controller\BackendModuleController
Definition: BackendModuleController.php:49