Initial commit

This commit is contained in:
2026-01-18 14:22:18 +08:00
commit a10d6f70fb
315 changed files with 175339 additions and 0 deletions

4
logout.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
session_start();
session_destroy();
echo "<script>location='login.php'</script>";