Aggiornamento con sorgente prof

This commit is contained in:
2026-03-31 09:35:40 +02:00
parent 554631795d
commit 338b64662b
7 changed files with 579 additions and 72 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_unset();
session_destroy();
header("Location: home.php");
exit;