Your IP : 10.1.73.149


Current Path : /home/bolconlineco/public_html/aaaaaa/demo/coordinator/
Upload File :
Current File : /home/bolconlineco/public_html/aaaaaa/demo/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();  
  }

?>