0
0

Corrected error page including directory

This commit is contained in:
Bryan
2019-05-29 18:51:11 +02:00
parent 98e88faef8
commit eeffcd93cf

View File

@@ -19,7 +19,7 @@
break;
default:
http_response_code ( 404 );
include ( 'errors/404.html' );
include ( 'lib/errors/404.html' );
die ( );
}
}