TYPO3 CMS  TYPO3_6-2
login_frameset.php
Go to the documentation of this file.
1 <?php
22 define('TYPO3_PROCEED_IF_NO_USER', 1);
23 require __DIR__ . '/init.php';
24 
25 // Make instance:
26 $loginFramesetController = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\LoginFramesetController');
28 $loginFramesetController->printContent();
$loginFramesetController