mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-06 23:55:26 +02:00
[ticket/9758] Slims the line 4775 in includes/functions.php
PHPBB3-9758
This commit is contained in:
parent
9568181b98
commit
4f2a512052
@ -4772,7 +4772,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
|
|||||||
if ($user->data['user_id'] != ANONYMOUS)
|
if ($user->data['user_id'] != ANONYMOUS)
|
||||||
{
|
{
|
||||||
$u_login_logout = append_sid("{$phpbb_root_path}ucp.$phpEx", 'mode=logout', true, $user->session_id);
|
$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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user