diff options
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"> |