mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/12831] fix CS
https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
This commit is contained in:
parent
7e4c3fde01
commit
71d39ab7d5
2 changed files with 3 additions and 3 deletions
|
@ -5063,7 +5063,7 @@ function page_header($page_title = '', $display_online_list = false, $item_id =
|
||||||
|
|
||||||
foreach ($http_headers as $hname => $hval)
|
foreach ($http_headers as $hname => $hval)
|
||||||
{
|
{
|
||||||
header((string) $hname.': '.(string) $hval);
|
header((string) $hname . ': ' . (string) $hval);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
|
@ -130,7 +130,7 @@ function adm_page_header($page_title)
|
||||||
|
|
||||||
foreach ($http_headers as $hname => $hval)
|
foreach ($http_headers as $hname => $hval)
|
||||||
{
|
{
|
||||||
header((string) $hname.': '.(string) $hval);
|
header((string) $hname . ': ' . (string) $hval);
|
||||||
}
|
}
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue