GITLAB
grouille
/
IMA3_P10
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fdccb4cabb2381bc2f8c5181ff704bd99efe5ce6
Authored by
grouille
2020-04-26 15:16:59 +0200
1 parent
b03dafc9
MAJ
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
site/add.php
Inline
Side-by-side
site/add.php
Wrap text
Show/Hide comments
View file @
fdccb4c
...
...
@@ -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);
...
...