Bug #20935 ยป 11799.patch
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;
|
||
}
|