Commit ad69cb1d6ca036ac6bef1768cc7a5e62500fd4e9

Authored by grouille
1 parent 00872e67

Test

Showing 1 changed file with 6 additions and 2 deletions   Show diff stats
site/inscrire.php
... ... @@ -10,9 +10,13 @@
10 10 <?php
11 11 include("header.php");
12 12 if(getGroupe($_SESSION['Login'])==1)
13   - { include("formInscription.php"); }
  13 + {
  14 + include("formInscription.php");
  15 + }
14 16 else
15   - { header("Location: accueil.php"); }
  17 + {
  18 + ?><meta http-equiv="Refresh" content="0;url=accueil.php" /><?php
  19 + }
16 20 ?>
17 21 </body>
18 22 </html>
... ...