Fix 404 path

This commit is contained in:
Alex Cabal 2019-08-24 17:30:43 -05:00
parent 8f33a1021c
commit 68ac986bb5
3 changed files with 3 additions and 3 deletions

View file

@ -83,7 +83,7 @@ try{
}
catch(\Exception $ex){
http_response_code(404);
include(SITE_ROOT . '/www/404.php');
include(SITE_ROOT . '/web/www/404.php');
exit();
}
?><?= Template::Header(['title' => $pageTitle, 'highlight' => 'ebooks', 'description' => $pageDescription]) ?>