Initial Commit of v2

This commit is contained in:
2025-05-20 12:21:13 +02:00
parent dd7e86de76
commit 4bd83bd267
22 changed files with 2430 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?php
session_start();
session_destroy();
header("Location: login.php");
die();
?>