*
* ONLY USED INTERNALLY, MIGHT CHANGE WITHOUT NOTICE!
*/
-require_once t3lib_extMgm::extPath('extbase', 'Classes/Core/Bootstrap.php');
-$bootstrap = t3lib_div::makeInstance('Tx_Extbase_Core_Bootstrap');
+require_once \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::extPath('extbase', 'Classes/Core/Bootstrap.php');
+$bootstrap = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\Core\\Bootstrap');
echo $bootstrap->run('', array());
?>
\ No newline at end of file