Aggiunto codice

This commit is contained in:
2025-09-10 11:03:25 +02:00
commit d61ef2091b
23 changed files with 2611 additions and 0 deletions

View File

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