[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
silppm
/
[
Home
]
File: logout.php
<?php require_once("configure_first.php"); // $_SESSION["pengguna-id"] = ""; // $_SESSION["pengguna-nama"] = ""; // $_SESSION["pengguna-email"] = ""; // $_SESSION["pengguna-idcard"] = ""; $_SESSION["user-id"] = ""; $_SESSION["user-nama"] = ""; $_SESSION["user_fullname"] = ""; $_SESSION["user-profile"] = ""; setcookie("user_id", "0", time() + (86400 * 30), "/"); // 86400 = 1 day setcookie("email", "", time() + (86400 * 30), "/"); // 86400 = 1 day setcookie("fullname", "", time() + (86400 * 30), "/"); // 86400 = 1 day echo "<script>window.parent.document.location.href='index.php';</script>"; ?>