From 6bcb648af2f78312f65d9ed43b1b0e607cc72bc0 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Thu, 7 Mar 2024 18:24:10 +0000 Subject: [PATCH] Update file functions.php --- include/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/functions.php b/include/functions.php index c90c72ee..ad3cb9a7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -9,9 +9,9 @@ function nav($nav) { echo ""; } if (isset($_SESSION['userid'])) { - echo ""; + echo ""; } else { - echo ""; + echo ""; } }