| Current Path : /proc/self/root/proc/thread-self/root/proc/thread-self/root/home/bolconlineco/www/tutor/ |
| Current File : //proc/self/root/proc/thread-self/root/proc/thread-self/root/home/bolconlineco/www/tutor/logout.php |
<?php
session_start();
if(isset($_SESSION['tutor']))
{
unset($_SESSION['tutor']);
unset($_SESSION['tutorrole']);
header('location:../index.php');
exit();
}
else
{
header("location:../index.php");
exit();
}
?>