logOut.php 75 Bytes Edit Raw Blame History 1 2 3 4 <?php session_start(); session_destroy(); header("Location: index.php"); ?>