Modifications page d'accueil

This commit is contained in:
2024-06-03 09:43:40 +02:00
parent 96c879d0f9
commit baae5280b9
5 changed files with 55 additions and 47 deletions

View File

@@ -20,6 +20,6 @@ class Welcome extends CI_Controller {
*/
public function index()
{
$this->load->view('welcome_message');
redirect('albums/index');
}
}