Commit add276fa7234d263d59a3461989b5927d2b5a040

Authored by lwadbled
1 parent c825216f

fix(main.php): redirection vers la bonne page si accès non autorisé

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
html/main.php
... ... @@ -68,7 +68,7 @@
68 68 }else{
69 69 /* Si par erreur on arrive sur cette page : redirection vers la page principale */
70 70 echo "Erreur, vous allez être redirigé";
71   - echo "<meta http-equiv=\"refresh\" content=\"0;URL=menu.html\">";
  71 + echo "<meta http-equiv=\"refresh\" content=\"0;URL=menu.php\">";
72 72 }
73 73  
74 74 /* DEBUG */
... ...