Index: typo3/init.php =================================================================== --- typo3/init.php (Revision 6336) +++ typo3/init.php (Arbeitskopie) @@ -399,7 +399,6 @@ $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!