ok
Direktori : /proc/thread-self/root/proc/self/root/home/ngwcolle/public_html/mis/admin/ |
Current File : //proc/thread-self/root/proc/self/root/home/ngwcolle/public_html/mis/admin/logout.php |
<?php session_start(); $_SESSION = array(); if (ini_get("session.use_cookies")) { $params = session_get_cookie_params(); setcookie(session_name(), '', time() - 60*60, $params["path"], $params["domain"], $params["secure"], $params["httponly"] ); } unset($_SESSION['login']); session_destroy(); // destroy session header("location:index.php"); ?>