TYPO3 CMS  TYPO3_6-2
index.php
Go to the documentation of this file.
1 <?php
21 $LANG->includeLLFile('EXT:dbal/mod1/locallang.xlf');
22 $BE_USER->modAccess($MCONF, 1);
23 
24 $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Dbal\\Controller\\ModuleController');
25 $SOBE->init();
26 $SOBE->main();
27 $SOBE->printContent();
$MCONF['navFrameScript']
Definition: conf.php:4
$SOBE
Definition: index.php:43
$BE_USER
Definition: index_ts.php:114