htaccess c'est vraiment de la merde

This commit is contained in:
Yass 2026-03-03 11:16:14 +01:00
parent 5638c0712d
commit 04d7d564f1
5 changed files with 15 additions and 14 deletions

View file

@ -13,6 +13,7 @@
public function error_404(){
http_response_code(404);
$this->_display("error_404");
exit;
}
/**
@ -21,6 +22,7 @@
public function error_403(){
http_response_code(403);
$this->_display("error_403");
exit;
}
}