ok
Direktori : /home2/selectio/public_html/ramali.in/dashboard/old/eCart - v5.0.0/ |
Current File : /home2/selectio/public_html/ramali.in/dashboard/old/eCart - v5.0.0/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"); ?>