page de connexion fonctionnelle avec bdd

This commit is contained in:
Pierr0
2024-01-02 17:42:42 +01:00
parent 85c00fde0a
commit 9f245f6578
10 changed files with 161 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header('location: ../index.php');