Initial commit

This commit is contained in:
2026-06-10 20:22:46 +07:00
commit 240728285f
11 changed files with 2795 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header('Location: login.php');
exit;