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\\Taskcenter\\Controller\\TaskModuleController');
16 // Include files?
17 foreach ($SOBE->include_once as $INC_FILE) {
18  include_once $INC_FILE;
19 }
20 $SOBE->main();
21 $SOBE->printContent();
$SOBE
Definition: index.php:43