4cf3b46d by Jeff Balicki

test 3

1 parent 06a72da1
......@@ -8,6 +8,8 @@ if(array_key_exists('logout',$_GET))
session_destroy();
header("Location:index.php");
}
//test
?>
......