4 lines
115 B

<?php session_start();
session_destroy();
header ("Location:members/signoutsubmit.php?visitID=0");//login.php");
?>