Commit adb9734dde00b3b99a24f92a57bfc0b1c2b84169
1 parent
741838e6
Test
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
site/inscription.php
@@ -35,7 +35,6 @@ if(getGroupe($_SESSION['Login'])!=1) | @@ -35,7 +35,6 @@ if(getGroupe($_SESSION['Login'])!=1) | ||
35 | { | 35 | { |
36 | $_SESSION['Login'] = $_POST['id']; | 36 | $_SESSION['Login'] = $_POST['id']; |
37 | $_SESSION['Password'] = $_POST['pass1']; | 37 | $_SESSION['Password'] = $_POST['pass1']; |
38 | - ?><meta http-equiv="Refresh" content="0;url=accueil.php" /><?php | ||
39 | } | 38 | } |
40 | else | 39 | else |
41 | { | 40 | { |
@@ -55,10 +54,11 @@ if(getGroupe($_SESSION['Login'])!=1) | @@ -55,10 +54,11 @@ if(getGroupe($_SESSION['Login'])!=1) | ||
55 | $color = "alert-danger"; | 54 | $color = "alert-danger"; |
56 | } | 55 | } |
57 | ?> | 56 | ?> |
58 | - <div class="col-4 col-md-4 offset-4 offset-md-4" style="margin-top:70px;"> | 57 | + <div class="col-6 col-md-6 offset-3 offset-md-3" style="margin-top:70px;"> |
59 | <br/> | 58 | <br/> |
60 | <div class="alert <?php echo $color;?>" role="alert"> | 59 | <div class="alert <?php echo $color;?>" role="alert"> |
61 | <?php echo $retour;?> | 60 | <?php echo $retour;?> |
61 | + <meta http-equiv="Refresh" content="5;url=accueil.php" /> | ||
62 | </div> | 62 | </div> |
63 | </div> | 63 | </div> |
64 | </div> | 64 | </div> |