| Path : /proc/self/root/proc/self/root/proc/thread-self/root/home/vishqocm/pcib.in/admin/ |
| Current File : //proc/self/root/proc/self/root/proc/thread-self/root/home/vishqocm/////pcib.in/admin/logout.php |
<?php
session_start();
// Unset all session variables
$_SESSION = array();
// Destroy the session
session_destroy();
// Redirect to login page
header('Location: ../login.php');
exit();
?>