添加 logout.php

This commit is contained in:
2026-07-02 10:33:14 +08:00
parent e9671953e9
commit a7b7a4a47f
+5
View File
@@ -0,0 +1,5 @@
<?php
session_start();
session_destroy();
header("Location: login.php");
exit;