Your IP : 10.10.106.44


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

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

?>