Your IP : 10.1.141.128


Current Path : /proc/thread-self/root/proc/self/root/proc/thread-self/root/home/bolconlineco/www/tutor/
Upload File :
Current File : //proc/thread-self/root/proc/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(); 
 }
?>