initial commit

This commit is contained in:
2023-07-05 20:42:06 +02:00
commit fafe28f9f1
9 changed files with 809 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
session_start();
session_destroy();
header("Location: /");
exit;
?>