Bug #21473 ยป 0012483.patch
typo3/init.php (Arbeitskopie) | ||
---|---|---|
$BE_USER->start(); // Object is initialized
|
||
$BE_USER->checkCLIuser();
|
||
$BE_USER->backendCheckLogin(); // Checking if there's a user logged in
|
||
$BE_USER->trackBeUser($TYPO3_CONF_VARS['BE']['trackBeUser']); // Tracking backend user script hits
|
||
// Setting the web- and filemount global vars:
|
||
$WEBMOUNTS = $BE_USER->returnWebmounts(); // ! WILL INCLUDE deleted mount pages as well!
|