Commit fdccb4cabb2381bc2f8c5181ff704bd99efe5ce6

Authored by grouille
1 parent b03dafc9

MAJ

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
site/add.php
... ... @@ -63,6 +63,7 @@ session_start();
63 63 $ansible = "Code retour : ".$statut."<br/>";
64 64 $message = "Echec lors de l'ajout. Vérifiez vos informations !";
65 65 $color = "alert-danger";
  66 + remove($_POST['nom']);
66 67 }
67 68  
68 69 $size = count($retour);
... ...