Pages d'authentification d'un utilisateur

This commit is contained in:
ycharbi
2021-05-18 23:00:34 +02:00
parent 0577ebf3ae
commit d6f561ddc1
5 changed files with 136 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
echo "Échec de l'authentification. Mettre un style CSS d'attente.";
header ("Refresh: 5;URL=/pages/formulaire_accueil.php?erreur=1");
?>