Project

General

Profile

Bug #25000 ยป 17541.patch

Administrator Admin, 2011-02-10 18:32

View differences:

typo3/init.php (working copy)
$BE_USER->lockIP = $TYPO3_CONF_VARS['BE']['lockIP'];
$BE_USER->auth_timeout_field = intval($TYPO3_CONF_VARS['BE']['sessionTimeout']);
$BE_USER->OS = TYPO3_OS;
if (TYPO3_REQUESTTYPE & TYPO3_REQUESTTYPE_CLI) {
$BE_USER->dontSetCookie = TRUE;
}
$BE_USER->start(); // Object is initialized
$BE_USER->checkCLIuser();
$BE_USER->backendCheckLogin(); // Checking if there's a user logged in
    (1-1/1)