misuzu/public/not-found.php

4 lines
72 B
PHP

<?php
require_once __DIR__ . '/../misuzu.php';
echo render_error(404);