From 860c9955eab3459d78ef70d9f2d954325fb25085 Mon Sep 17 00:00:00 2001
From: Warren PONS <warren.pons@ensiie.fr>
Date: Sun, 5 Jun 2016 18:27:37 +0200
Subject: [PATCH] Update Event.php

---
 Event.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Event.php b/Event.php
index 6f84bc1..cfad5cc 100644
--- a/Event.php
+++ b/Event.php
@@ -25,6 +25,12 @@
               echo"<a href=\"insco.php\"> Inscription/connexion</a>";
           ?>
           <?php
+          if (isset($_SESSION['estco']))
+          {
+          echo "<a href=\"forum.php\"> FORUM </a>";
+          }
+          ?>
+          <?php
           if (isset($_SESSION['admin']))
               echo "<a href=\"Action_admin/page_creator.php\">Création d'évenement</a>";
           ?>
-- 
GitLab