This commit is contained in:
2026-06-24 17:45:24 +08:00
commit bc0223bf07
16 changed files with 1553 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
// 登出
session_start();
session_destroy();
header('Location: index.php');
exit;