48894b3c13db357b3341b5f08b42a83625da44a6
2 namespace TYPO3\CMS\Backend
;
5 * This file is part of the TYPO3 CMS project.
7 * It is free software; you can redistribute it and/or modify it under
8 * the terms of the GNU General Public License, either version 2
9 * of the License, or any later version.
11 * For the full copyright and license information, please read the
12 * LICENSE.txt file that was distributed with this source code.
14 * The TYPO3 project - inspiring people to share!
19 * Main entry point for all modules (wizards, backend modules, module functions etc)
20 * which usually uses the BackendModuleRequestHandler
22 call_user_func(function() {
23 $classLoader = require __DIR__
. '/contrib/vendor/autoload.php';
24 (new \TYPO3\CMS\Backend\Http\
Application($classLoader))->run();