1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-09 19:26:53 +02:00

[feature/migrations] Revert unrelated changes to functions.php

PHPBB3-9737
This commit is contained in:
Nathaniel Guse
2013-01-30 16:20:50 -06:00
parent 7338bfe3f0
commit 75244eafd9

View File

@ -2868,7 +2868,6 @@ function send_status_line($code, $message)
else
{
$version = phpbb_request_http_version();
header("$version $code $message", true, $code);
}
}