Project

General

Profile

Bug #14626 ยป 0000911-index_ts.php.diff

Administrator Admin, 2005-03-24 15:17

View differences:

typo3/sysext/cms/tslib/index_ts.php 24 Mar 2005 14:08:10 -0000
// the value this->formfield_status is set to empty in order to disable login-attempts to the backend account through this script
$BE_USER = t3lib_div::makeInstance('t3lib_tsfeBeUserAuth'); // New backend user object
$BE_USER->OS = TYPO3_OS;
$BE_USER->lockIP = $TYPO3_CONF_VARS['BE']['lockIP'];
$BE_USER->start(); // Object is initialized
$BE_USER->unpack_uc('');
if ($BE_USER->user['uid']) {
    (1-1/1)