authenticator); $teamid = post_int("id"); $team = lookup_team($teamid); if ($user->teamid == $team->id) { user_quit_team($user); Header("Location: home.php"); } else { page_head("Unable to quit team"); echo "Team doesn't exist, or you don't belong to it.\n"; } page_tail(); ?>