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 | 35 | { |
36 | 36 | $_SESSION['Login'] = $_POST['id']; |
37 | 37 | $_SESSION['Password'] = $_POST['pass1']; |
38 | - ?><meta http-equiv="Refresh" content="0;url=accueil.php" /><?php | |
39 | 38 | } |
40 | 39 | else |
41 | 40 | { |
... | ... | @@ -55,10 +54,11 @@ if(getGroupe($_SESSION['Login'])!=1) |
55 | 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 | 58 | <br/> |
60 | 59 | <div class="alert <?php echo $color;?>" role="alert"> |
61 | 60 | <?php echo $retour;?> |
61 | + <meta http-equiv="Refresh" content="5;url=accueil.php" /> | |
62 | 62 | </div> |
63 | 63 | </div> |
64 | 64 | </div> | ... | ... |