Your IP : 10.3.62.115


Current Path : /proc/thread-self/root/proc/thread-self/root/home/bolconlineco/public_html/coordinator/
Upload File :
Current File : //proc/thread-self/root/proc/thread-self/root/home/bolconlineco/public_html/coordinator/logout.php

<?php
 session_start();
 ob_start();
 if(isset($_SESSION['coordinator']))
  {
	  unset($_SESSION['coordinator']);
	  unset($_SESSION['coordinatorrole']);
	  header("location:../index.php");
	  exit();
  }else
  {
	  
	header("location:../index.php");
	exit();  
  }

?>