TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
15 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Setup\\Controller\\SetupModuleController');
16 $SOBE->simulateUser();
17 $SOBE->storeIncomingData();
18 $SOBE->init();
19 $SOBE->main();
20 $SOBE->printContent();
$SOBE
Definition: index.php:43