Correction de bugs

This commit is contained in:
stiti
2024-05-26 15:15:35 +02:00
parent 1d09bb0990
commit 95635ed15b
3 changed files with 73 additions and 2 deletions

View File

@@ -347,5 +347,10 @@ class Utilisateur extends CI_Controller {
redirect('/');
}
public function non_autorisee(){
$this->load->view('layout/header_dark');
$this->load->view('non_autorisee');
$this->load->view('layout/footer_dark');
}
}