mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/9758] Slims the line 4775 in includes/functions.php
PHPBB3-9758
This commit is contained in:
@@ -4772,7 +4772,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
|
||||
if ($user->data['user_id'] != ANONYMOUS)
|
||||
{
|
||||
$u_login_logout = append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout', true, $user->session_id);
|
||||
$l_login_logout = sprintf($user->lang['LOGOUT'], $user->data['username']);
|
||||
$l_login_logout = $user->lang['LOGOUT'];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user