htacc'hess

This commit is contained in:
Yass 2026-03-03 09:19:16 +01:00
parent 7e0ba13ad5
commit bc05f1e7bd
2 changed files with 39 additions and 0 deletions

View file

@ -11,6 +11,7 @@
* Page erreur 404
*/
public function error_404(){
http_response_code(404);
$this->_display("error_404");
}
@ -18,6 +19,7 @@
* Page erreur 403
*/
public function error_403(){
http_response_code(403);
$this->_display("error_403");
}