misuzu/public/not-found.php

5 lines
72 B
PHP
Raw Normal View History

2018-03-28 00:35:37 +00:00
<?php
require_once __DIR__ . '/../misuzu.php';
echo render_error(404);