diff options
Diffstat (limited to 'phpBB/includes/functions.php')
| -rw-r--r-- | phpBB/includes/functions.php | 6 | 
1 files changed, 0 insertions, 6 deletions
| diff --git a/phpBB/includes/functions.php b/phpBB/includes/functions.php index 40d07ff770..6b6679bde5 100644 --- a/phpBB/includes/functions.php +++ b/phpBB/includes/functions.php @@ -2708,12 +2708,6 @@ function send_status_line($code, $message)  		{  			$version = $_SERVER['SERVER_PROTOCOL'];  		} -		else if (!empty($_SERVER['HTTP_VERSION'])) -		{ -			// I cannot remember where I got this from. -			// This code path may never be reachable in reality. -			$version = $_SERVER['HTTP_VERSION']; -		}  		else  		{  			$version = 'HTTP/1.0'; | 
