diff options
Diffstat (limited to 'app/class/Controllerpage.php')
-rw-r--r-- | app/class/Controllerpage.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/Controllerpage.php b/app/class/Controllerpage.php index ad6bf82..b5679a9 100644 --- a/app/class/Controllerpage.php +++ b/app/class/Controllerpage.php @@ -158,6 +158,7 @@ class Controllerpage extends Controller echo 'Please render this page'; } } else { + http_response_code(404); $this->showtemplate( 'alert', ['page' => $this->page, 'pageexist' => $pageexist, 'canedit' => $this->canedit()] |