summaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
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">