diff options
author | polo <ordipolo@gmx.fr> | 2025-06-21 01:44:16 +0200 |
---|---|---|
committer | polo <ordipolo@gmx.fr> | 2025-06-21 01:44:16 +0200 |
commit | 8ee3440f204dfc6532a49a05719ba37a8c4df359 (patch) | |
tree | 03dec8764e55d1a4e1983fcceea8ccd99686989a /public/index.php | |
parent | f0e0b449f2bd6c4417e467b2903b29ad03a9626d (diff) | |
download | fullcalendar-8ee3440f204dfc6532a49a05719ba37a8c4df359.zip |
échanges client/serveur
Diffstat (limited to 'public/index.php')
-rw-r--r-- | public/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php index abcef90..99220e8 100644 --- a/public/index.php +++ b/public/index.php | |||
@@ -1,6 +1,7 @@ | |||
1 | <?php | 1 | <?php |
2 | session_start(); | 2 | session_start(); |
3 | $_SESSION['admin'] = false; | 3 | $_SESSION['admin'] = false; |
4 | require '../src/controller/calendar.php'; | ||
4 | ?> | 5 | ?> |
5 | <!DOCTYPE html> | 6 | <!DOCTYPE html> |
6 | <html lang="fr"> | 7 | <html lang="fr"> |