| Current Path : /var/www/html/mmishra/indem/lms/ |
| Current File : /var/www/html/mmishra/indem/lms/logout.php |
<?php
session_destroy();
session_unset();
$_SESSION["passkey"] = '';
$_SESSION = array();
//session_start();
$user="";
$pass="";
//--following header line should be replaced by actual document root instead of this profile home directory -Prashant
//header("Location: http://profile.iiita.ac.in/prashantkr/lms2014/lms/?pg=administration");
header("Location: http://website.iiita.ac.in/lms/?pg=administration");
?>