summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-06-21 01:44:16 +0200
committerpolo <ordipolo@gmx.fr>2025-06-21 01:44:16 +0200
commit8ee3440f204dfc6532a49a05719ba37a8c4df359 (patch)
tree03dec8764e55d1a4e1983fcceea8ccd99686989a /public/index.php
parentf0e0b449f2bd6c4417e467b2903b29ad03a9626d (diff)
downloadfullcalendar-8ee3440f204dfc6532a49a05719ba37a8c4df359.zip
échanges client/serveur
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php1
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
2session_start(); 2session_start();
3$_SESSION['admin'] = false; 3$_SESSION['admin'] = false;
4require '../src/controller/calendar.php';
4?> 5?>
5<!DOCTYPE html> 6<!DOCTYPE html>
6<html lang="fr"> 7<html lang="fr">