mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-09 10:16:36 +02:00
[ticket/12831] fix CS
https://tracker.phpbb.com/browse/PHPBB3-12831 PHPBB3-12831
This commit is contained in:
@@ -130,7 +130,7 @@ function adm_page_header($page_title)
|
||||
|
||||
foreach ($http_headers as $hname => $hval)
|
||||
{
|
||||
header((string) $hname.': '.(string) $hval);
|
||||
header((string) $hname . ': ' . (string) $hval);
|
||||
}
|
||||
|
||||
return;
|
||||
|
Reference in New Issue
Block a user