PhpShit/logout.php
2024-05-09 08:32:14 +08:00

5 lines
58 B
PHP

<?php
session_destroy();
header("location:index.php");
?>