Current File : //proc/thread-self/root/proc/self/root/home/vedfinancials/www/ved/superadmin/logout.php
<?php
session_start();
session_destroy();
unset($_SESSION["username"]);
unset($_SESSION["sno"]);
header("location:login.php");
?>