Initial Commit

This commit is contained in:
Vinlio Andriarles
2026-06-02 13:15:29 +07:00
commit 3ebceba0b8
31 changed files with 2058 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
session_start();
$_SESSION = [];
session_destroy();
header("Location: login.php?logout=1");
exit;
?>