add semakin imut
This commit is contained in:
@@ -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");
|
||||
Reference in New Issue
Block a user