Spostamento in cartella src per migliore organizzazione

This commit is contained in:
2026-04-08 11:42:41 +02:00
parent f7a951cea7
commit 9bec64e811
16 changed files with 0 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_destroy();
header('Location: index.php');
exit();
?>