35 static $statusMessage = [
37 101 =>
'Switching Protocols',
42 203 =>
'Non-Authoritative Information',
44 205 =>
'Reset Content',
45 206 =>
'Partial Content',
46 207 =>
'Multi-Status',
47 300 =>
'Multiple Choices',
48 301 =>
'Moved Permanently',
51 304 =>
'Not Modified',
53 307 =>
'Temporary Redirect',
55 401 =>
'Unauthorized',
56 402 =>
'Payment Required',
59 405 =>
'Method Not Allowed',
60 406 =>
'Not Acceptable',
61 407 =>
'Proxy Authentication Required',
62 408 =>
'Request Timeout',
65 411 =>
'Length Required',
66 412 =>
'Precondition Failed',
67 413 =>
'Request Entity Too Large',
68 414 =>
'Request-URI Too Large',
69 415 =>
'Unsupported Media Type',
70 416 =>
'Request Range Not Satisfiable',
71 417 =>
'Expectation Failed',
72 422 =>
'Unprocessable Entity',
74 424 =>
'Failed Dependency',
75 428 =>
'Precondition Required',
76 429 =>
'Too Many Requests',
77 431 =>
'Request Header Fields Too Large',
78 500 =>
'Internal Server Error',
79 501 =>
'Not Implemented',
81 503 =>
'Service Unavailable',
82 504 =>
'Gateway Timeout',
83 505 =>
'HTTP Version Not Supported',
84 507 =>
'Insufficient Storage',
85 511 =>
'Network Authentication Required',
87 return $statusMessage[
$code] ??
null;
97 static $version =
null;
99 if ( $message ===
null ) {
100 trigger_error(
"Unknown HTTP status code $code", E_USER_WARNING );
104 MediaWiki\HeaderCallback::warnIfHeadersSent();
105 if ( $version ===
null ) {
106 $version =
isset( $_SERVER[
'SERVER_PROTOCOL'] ) &&
107 $_SERVER[
'SERVER_PROTOCOL'] ===
'HTTP/1.0' ?
112 header(
"HTTP/$version $code $message" );
and that you know you can do these things To protect your we need to make restrictions that forbid anyone to deny you these rights or to ask you to surrender the rights These restrictions translate to certain responsibilities for you if you distribute copies of the or if you modify it For if you distribute copies of such a whether gratis or for a you must give the recipients all the rights that you have You must make sure that receive or can get the source code And you must show them these terms so they know their rights We protect your rights with two and(2) offer you this license which gives you legal permission to copy
static header( $code)
Output an HTTP status code header.
static getMessage( $code)
Get the message associated with an HTTP response status code.
this hook is for auditing only or null if authentication failed before getting that far or null if we can t even determine that When $user is not it can be in the form of< username >< more info > e g for bot passwords intended to be added to log contexts Fields it might only if the login was with a bot password it is not rendered in wiki pages or galleries in category pages allow injecting custom HTML after the section Any uses of the hook need to handle escaping see BaseTemplate::getToolbox and BaseTemplate::makeListItem for details on the format of individual items inside of this array or by returning and letting standard HTTP rendering take place modifiable or by returning false and taking over the output modifiable & $code