From e3a42c8342bba0db15e2ca9a78911121e5d539da Mon Sep 17 00:00:00 2001 From: polo Date: Thu, 29 Jan 2026 22:51:19 +0100 Subject: =?UTF-8?q?classe=20CalendarModalView,=20contr=C3=B4les=20getEleme?= =?UTF-8?q?ntOrThrow=20et=20assertElementType?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'public/index.php') diff --git a/public/index.php b/public/index.php index 540e8ab..a721db5 100644 --- a/public/index.php +++ b/public/index.php @@ -11,6 +11,8 @@ require '../src/controller/calendar.php'; + + @@ -18,15 +20,14 @@ require '../src/controller/calendar.php'; ' . "\n"; +if($_SESSION['admin']){ + echo '' . "\n"; } -else{ - echo '' . "\n"; +else{ + echo '' . "\n"; } ?> -
-- cgit v1.2.3