Ajouter logout.php

This commit is contained in:
2026-03-19 14:59:55 +00:00
parent 7c947ed0b0
commit e52f6cacc7

5
logout.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header("Location: login.php");
exit();