From e62ad99987dba893d6857e07516f7b273a66678f Mon Sep 17 00:00:00 2001 From: kylian prebost Date: Mon, 1 Jun 2026 11:52:07 +0200 Subject: [PATCH] modif du index.php --- index.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.php b/index.php index ca5cdae..f76360a 100644 --- a/index.php +++ b/index.php @@ -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 '':