Update 404.php

This commit is contained in:
Namhyeon Go 2018-03-09 21:50:09 +09:00 committed by GitHub
parent fd9e478cb2
commit d9c53c15e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1 +1,3 @@
404 Not Found
<?php
header("HTTP/1.0 404 Not Found");
renderView('errors/view_404');