<?php
error_reporting(0);
@session_start();
	include("config.php");
	 	
	$_SESSION[branch] = "";
     unset($_SESSION[branch]);

@session_destroy();
header("location:index.php");
exit;

?>	
