mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
7 lines
117 B
PHP
7 lines
117 B
PHP
<?php
|
|
|
|
header("HTTP/1.1 404 Not Found");
|
|
echo $tpl->render(array(
|
|
'page' => '404',
|
|
'title' => '404 Not Found',
|
|
));
|