ajout d'une fiche si non existante et test selon l'etat de la fiche courante

This commit is contained in:
Pierr0
2024-01-03 23:59:50 +01:00
parent 9f245f6578
commit f08b18fab5
15 changed files with 122 additions and 611 deletions

View File

@@ -23,7 +23,7 @@ if (isset($_POST['login']) && isset($_POST['password'])) {
header('location: index.php?direction=home');
}
} else {
header('location: index.php');
include('vues/v_connexion.php');
}
die;
/*