mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Moved login procedure to a function enabling "inline" login links ... no more "messy" redirects ... install will be broken for now, at least when it comes to redirecting after completion. Moved "front-end" login to ucp.php
git-svn-id: file:///svn/phpbb/trunk@3650 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
$lang = array_merge($lang, array(
|
||||
'ADMIN_TITLE' => 'Administration Panel',
|
||||
'ADMIN' => 'Administration',
|
||||
'LOGIN_ADMIN' => 'You must be a registered, logged in user before attempting to administer the board.',
|
||||
'NO_ADMIN' => 'You are not authorised to administer this board.',
|
||||
'NO_FRAMES' => 'Sorry, your browser does not support frames.',
|
||||
'RETURN_TO' => 'Return to ...',
|
||||
|
Reference in New Issue
Block a user