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