2.1 版本文件

This commit is contained in:
2026-08-14 10:55:06 +08:00
commit a3434ec620
67 changed files with 12559 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
// 退出登录(前台)
session_start();
session_unset();
session_destroy();
header('Location: index.php');
exit;