1
0
Fork 0
Manager/pages/error.php

7 lines
131 B
PHP
Raw Normal View History

2020-06-03 15:31:18 +00:00
<?php
$HTML->setHTMLTitle("Seite nicht gefunden");
$HTML->build();
http_response_code(404);
2020-06-03 15:31:18 +00:00
echo $HTML->ausgabe();
?>