Files
novaconium/controllers/404.php
T
2025-11-13 11:05:55 -08:00

4 lines
90 B
PHP

<?php
http_response_code('404');
header("Content-Type: text/html");
view('@novacore/404');