<?php session_start(); include("config/database.php"); unset($_SESSION['KXloginId']); header("location:".DEFAULT_URL); ?>