<?php session_start(); $_SESSION['UID'] = 0; $_SESSION['Admin'] = 0; $_SESSION['FullName'] = ""; header('Location:index.php'); ?>