ok
Direktori : /home2/selectio/public_html/thecomponents.in/ |
Current File : /home2/selectio/public_html/thecomponents.in/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"); ?>