Just set status code, do not hardcode HTTP version
parent
16ee118c98
commit
b6eff53f0c
|
@ -2,6 +2,6 @@
|
|||
$HTML->setHTMLTitle("Seite nicht gefunden");
|
||||
|
||||
$HTML->build();
|
||||
header("HTTP/1.0 404 Not Found");
|
||||
http_response_code(404);
|
||||
echo $HTML->ausgabe();
|
||||
?>
|
Loading…
Reference in New Issue