This commit is contained in:
Nathan 2025-12-16 11:24:48 +07:00
commit 414178b437

View File

@ -1,7 +1,7 @@
<?php <?php
session_start(); session_start();
$_SESSION = [];
session_destroy(); session_destroy();
session_regenerate_id(true);
header('location:index.php') header("Location: index.php");
?> exit;