Initial production version

This commit is contained in:
CTF Admin
2026-01-10 13:37:25 +00:00
commit 59dbe70e5c
9 changed files with 906 additions and 0 deletions

7
logout.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
session_start();
$_SESSION = [];
session_destroy();
header('Location: /');
exit;