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

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