Index: typo3/init.php =================================================================== --- typo3/init.php (revision 5828) +++ typo3/init.php (working copy) @@ -249,7 +249,7 @@ 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; }