This repository has been archived on 2021-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
chie/public/404.php

5 lines
70 B
PHP
Raw Normal View History

2020-07-06 17:09:56 +00:00
<?php
require_once '../startup.php';
die_ex('Page not found.', 404);