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

View File

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