logout.php (81B)
1 <?php 2 session_start(); 3 session_unset(); 4 session_destroy(); 5 header('Location: /');