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\\Version\\Controller\\VersionModuleController');
16 $SOBE->init();
17 $SOBE->main();
18 $SOBE->printContent();
$SOBE
Definition: index.php:43