From d909f3fe03af7ec3dab27e5a91070cb370d9bd33 Mon Sep 17 00:00:00 2001 From: Warren PONS <warren.pons@ensiie.fr> Date: Mon, 16 May 2016 15:54:19 +0200 Subject: [PATCH] =?UTF-8?q?Correction=20de=20la=20redirection=20vers=20le?= =?UTF-8?q?=20lien=20de=20cr=C3=A9ation=20d'=C3=A9v=C3=A8nement.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Action_admin/entete.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Action_admin/entete.txt b/Action_admin/entete.txt index d46a14b..f4f4e95 100644 --- a/Action_admin/entete.txt +++ b/Action_admin/entete.txt @@ -28,7 +28,7 @@ session_start(); ?> <?php if (isset($_SESSION['admin'])) - echo "<a href=\"Action_admin/page_creator.php\">Création d'évenement</a>"; + echo "<a href=\"../Action_admin/page_creator.php\">Création d'évènement</a>"; ?> <a href="../contact.php"> Contact </a> <a href="http://www.facebook.com/GN-Space-Wanderlust-959928607460991" id="fb"><img src="../images/logo_fb.jpg" alt="Facebook du GN" class="logo"/></a> -- GitLab