TYPO3 CMS  TYPO3_6-2
class.crawler.php
Go to the documentation of this file.
1 <?php
20 // To make sure the backend charset is available:
21 if (!is_object($GLOBALS['LANG'])) {
22  $GLOBALS['LANG'] = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Lang\\LanguageService');
23  $GLOBALS['LANG']->init($GLOBALS['BE_USER']->uc['lang']);
24 }
if(!defined('TYPO3_MODE')) $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_userauth.php']['logoff_pre_processing'][]