This repository has been archived on 2024-12-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
chie/public/404.php
2024-12-24 10:37:16 +01:00

4 lines
70 B
PHP

<?php
require_once '../startup.php';
die_ex('Page not found.', 404);