Project

General

Profile

Bug #20935 ยป 11799.patch

Administrator Admin, 2009-08-27 00:32

View differences:

typo3/init.php (working copy)
if ($fContent) {
header('Location: '.$fContent); // Redirect
} else {
die('Browser backend is locked for maintenance. Remove lock by removing the file "typo3conf/LOCK_BACKEND" or use CLI-scripts.'.chr(10).chr(10));
t3lib_BEfunc::typo3printError('Backend locked', 'Browser backend is locked for maintenance. Remove lock by removing the file "typo3conf/LOCK_BACKEND" or use CLI-scripts.'.chr(10).chr(10));
}
exit;
}
    (1-1/1)