<?php
session_start();
session_destroy();
sleep(.5);
header('Location: ./BooKa.php')
?>
