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