This commit is contained in:
2024-05-09 10:20:54 +08:00
parent 1242d6e633
commit f01cfaec8c
5 changed files with 40 additions and 63 deletions
+11 -4
View File
@@ -1,4 +1,11 @@
<?php
session_destroy();
header("location:index.php");
?>
<html>
<body>
<div class="login-box">
<?php
session_start();
session_destroy();
header("location:index.php");
?>
</div>
</body>
</html>