| Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-install/Configuration/Backend/ |
| Current File : /var/www/surf/TYPO3/vendor/typo3/cms-install/Configuration/Backend/Routes.php |
<?php
use TYPO3\CMS\Install\Controller\ServerResponseCheckController;
/**
* Defines routes for Install Tool being called from backend context.
*/
return [
'install.server-response-check.host' => [
'access' => 'public',
'path' => '/install/server-response-check/host',
'target' => ServerResponseCheckController::class . '::checkHostAction',
],
];