From 45718d233842d807bc37bf910aa704ab1928b9e3 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 09:46:20 +0000 Subject: [PATCH] Update file functions.php --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index f2087282..fdec4be7 100644 --- a/include/functions.php +++ b/include/functions.php @@ -35,7 +35,7 @@ function nav($nav) { echo ""; } if (isset($_SESSION['userid'])) { - echo ""; + echo ""; } else { echo ""; }