This commit is contained in:
Andrea Moro 2025-02-13 13:03:02 +01:00
parent 2c82d90dd4
commit 5f80048cec
20 changed files with 999 additions and 1 deletions

View file

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