teamid == $teamid) { $team = lookup_team($teamid); require_founder_login($user, $team); page_head("Remove Members from $team->name"); echo "
"; page_tail(); } else { error_page("You need to be the member and the founder of the team to edit team information."); } ?>