misuzu/public/not-found.php

6 lines
80 B
PHP

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