Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/
Upload File :
Current File : /var/www/html/mmishra/indem/logout.inc

<span id='title'>Logout Form</span><br><br>

<?php

session_destroy();
$uid = '';
header("location: index.php");

exit;
?>