misuzu/public/not-found.php

7 lines
82 B
PHP
Raw Normal View History

2018-03-28 00:35:37 +00:00
<?php
require_once '../misuzu.php';
2018-03-28 00:35:37 +00:00
2018-10-21 22:11:14 +00:00
use_legacy_style();
echo render_error(404);