1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/11212] Cosmetic surgery done right

PHPBB3-11212
This commit is contained in:
Igor Wiedler
2012-11-17 01:32:40 +01:00
parent 1affc35be9
commit b8cf74217a

View File

@@ -2874,7 +2874,7 @@ function send_status_line($code, $message)
* Returns the HTTP version used in the current request.
*
* Handles the case of being called before $request is present,
* In which case it falls back to the $_SERVER superglobal.
* in which case it falls back to the $_SERVER superglobal.
*
* @return string HTTP version
*/