Your IP : 216.73.216.40


Current Path : /var/www/html/venkat/elective2/
Upload File :
Current File : //var/www/html/venkat/elective2/logout.php

<?php
session_start();
if(!isset($_SESSION['myusername'])){
header("location:login.html");
}
session_destroy();
header("location:login.html");
?>