ok
Direktori : /home2/selectio/public_html/ramali.in/dashboard/ |
Current File : //home2/selectio/public_html/ramali.in/dashboard/logout.php |
<?php //session_save_path("../temp"); session_start(); unset($_SESSION['user']); unset($_SESSION['id']); unset($_SESSION['role']); unset($_SESSION['timeout']); // session_destroy(); header("location:index.php"); ?>