*/ $BACK_PATH = ''; require $BACK_PATH . 'init.php'; $LANG->includeLLFile('EXT:lang/locallang_show_rechis.xml'); /* * @deprecated since 6.0, the classname SC_show_rechis and this file is obsolete * and will be removed by 7.0. The class was renamed and is now located at: * typo3/sysext/backend/Classes/Controller/ContentElement/ElementHistoryController.php */ require_once \TYPO3\CMS\Core\Extension\ExtensionManager::extPath('backend') . 'Classes/Controller/ContentElement/ElementHistoryController.php'; // Make instance: $SOBE = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Backend\\Controller\\ContentElement\\ElementHistoryController'); $SOBE->init(); $SOBE->main(); $SOBE->printContent(); ?>