mirror of
https://github.com/standardebooks/web.git
synced 2025-07-20 13:24:48 -04:00
Fix 404 path
This commit is contained in:
parent
8f33a1021c
commit
68ac986bb5
3 changed files with 3 additions and 3 deletions
|
@ -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]) ?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue