misuzu/public/not-found.php

6 lines
82 B
PHP

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