404 fixes and added pure twig
This commit is contained in:
4
controllers/404.php
Normal file
4
controllers/404.php
Normal file
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
http_response_code('404');
|
||||
header("Content-Type: text/html");
|
||||
view('@novacore/404');
|
||||
Reference in New Issue
Block a user