correctif pagination, disabled et maj remboursement

This commit is contained in:
2024-01-29 14:12:57 +01:00
4 changed files with 75 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ if (isset($_POST['login']) && isset($_POST['password'])) {
header('location: index.php');
}
//Si l'utilisateur existe ou pas
if (count($data) === 0) {
header('location: index.php?direction=connexion&msg=errorco');