htacc'hess
This commit is contained in:
parent
7e0ba13ad5
commit
bc05f1e7bd
2 changed files with 39 additions and 0 deletions
|
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue