1
0
Fork 0
Manager/pages/error.php

7 lines
132 B
PHP
Raw Normal View History

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