Implementata logica sessioni

This commit is contained in:
2026-04-01 11:18:58 +02:00
parent 8b60443290
commit 22e1ba3245
3 changed files with 50 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_destroy();
header('Location: index.php');
exit();
?>