modif du index.php

This commit is contained in:
kylian prebost 2026-06-01 11:52:07 +02:00
parent fddefc3ee3
commit e62ad99987

View file

@ -25,9 +25,10 @@
//We switch to the good controller
switch ($route) {
case null:
require('views/login_views.php');
login_form_view($route);
break;
case '':