mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/7782] Added spaces.
PHPBB3-7782
This commit is contained in:
parent
691f682fc2
commit
d721e94b88
1 changed files with 1 additions and 1 deletions
|
@ -2600,7 +2600,7 @@ function meta_refresh($time, $url, $disable_cd_check = false)
|
||||||
*/
|
*/
|
||||||
function send_status_line($code, $message)
|
function send_status_line($code, $message)
|
||||||
{
|
{
|
||||||
if (substr(strtolower(@php_sapi_name()),0,3) === 'cgi')
|
if (substr(strtolower(@php_sapi_name()), 0, 3) === 'cgi')
|
||||||
{
|
{
|
||||||
// in theory, we shouldn't need that due to php doing it. Reality offers a differing opinion, though
|
// in theory, we shouldn't need that due to php doing it. Reality offers a differing opinion, though
|
||||||
header("Status: $code $message", true, $code);
|
header("Status: $code $message", true, $code);
|
||||||
|
|
Loading…
Add table
Reference in a new issue