add semakin imut

This commit is contained in:
ryan
2025-10-09 11:03:05 +07:00
parent bec25071eb
commit 85fc69c091
6348 changed files with 1138634 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
session_start();
unset($_SESSION['username']);
unset($_SESSION['hak_akses']);
session_destroy();
// header("Location:/user/index.php");
header("location: /home.php");