diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 16:02:00 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-05-15 16:02:00 +0000 |
commit | 0b94cfb70259e27db9ff892bc1251132269d6247 (patch) | |
tree | fd1b7e21e56b4caeab4cd184d82d699fefcd1189 /phpBB/language/en/ucp.php | |
parent | 7e05a3024be7da56b595115e6bbeb116b2f335b9 (diff) | |
download | forums-0b94cfb70259e27db9ff892bc1251132269d6247.tar forums-0b94cfb70259e27db9ff892bc1251132269d6247.tar.gz forums-0b94cfb70259e27db9ff892bc1251132269d6247.tar.bz2 forums-0b94cfb70259e27db9ff892bc1251132269d6247.tar.xz forums-0b94cfb70259e27db9ff892bc1251132269d6247.zip |
Making logout somewhat more secure.
Language variables, take them while they're hot. (just one, so be quick)
git-svn-id: file:///svn/phpbb/trunk@7590 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r-- | phpBB/language/en/ucp.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index d3fd597572..e4b8f9476f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -228,6 +228,7 @@ $lang = array_merge($lang, array( 'LINK_REMOTE_SIZE_EXPLAIN' => 'Specify the width and height of the avatar, leave blank to attempt automatic verification.', 'LOGIN_EXPLAIN_UCP' => 'Please login in order to access the User Control Panel.', 'LOGIN_REDIRECT' => 'You have been successfully logged in.', + 'LOGOUT_FAILED' => 'You were not logged out, as the request did not match your session.', 'LOGOUT_REDIRECT' => 'You have been successfully logged out.', 'MARK_IMPORTANT' => 'Mark/Unmark as important', |