This commit is contained in:
2024-05-09 08:32:14 +08:00
parent 9fb08d43d0
commit 1242d6e633
10 changed files with 75 additions and 40 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
session_destroy();
header("location:index.php");
?>