TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
19 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Filelist\\Controller\\FileListController');
20 $SOBE->init();
21 $SOBE->main();
22 $SOBE->printContent();
$SOBE
Definition: index.php:43