Your IP : 216.73.216.220


Current Path : /var/www/surf/TYPO3/vendor/typo3/cms-install/Configuration/Backend/
Upload File :
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',
    ],
];