From 225d61b6ba68630a59a2ba1149bee7d6947e16db Mon Sep 17 00:00:00 2001 From: Rom1-B Date: Fri, 2 May 2025 12:42:59 +0200 Subject: [PATCH] Fix: front/ check --- front/menu.php | 1 + 1 file changed, 1 insertion(+) diff --git a/front/menu.php b/front/menu.php index 4b9a51f..bef99f7 100644 --- a/front/menu.php +++ b/front/menu.php @@ -29,6 +29,7 @@ */ include('../../../inc/includes.php'); +Session::checkLoginUser(); /** @var array $CFG_GLPI */ global $CFG_GLPI;