diff --git a/index.php b/index.php index 36162ba..5042d58 100644 --- a/index.php +++ b/index.php @@ -19,7 +19,7 @@ break; default: http_response_code ( 404 ); - include ( 'errors/404.html' ); + include ( 'lib/errors/404.html' ); die ( ); } }