?>
</td>
						<td class="vtable" colspan="2">
							<input name="https_options_host" type="text" <?if(isset($pconfig['options']['host'])) echo "value=\"{$pconfig['options']['host']}\"";?>size="64"><br/><?php 
echo gettext("Hostname for Host: header if needed.");
?>
						</td>
					</td>
					<tr align="left">
						<td valign="top"  align="right" class="vtable"><?php 
echo gettext("HTTP Code");
?>
</td>
						<td class="vtable" colspan="2">
							<?php 
echo print_rfc2616_select("https_options_code", $pconfig['options']['code']);
?>
						</td>
					</tr>
<!-- BILLM: XXX not supported digest checking just yet

					<tr align="left">
						<td width="22%" valign="top" class="vncellreq">MD5 Page Digest</td>
						<td width="78%" class="vtable" colspan="2">
							<input name="digest" type="text" <?if(isset($pconfig['digest'])) echo "value=\"{$pconfig['digest']}\"";?>size="32"><br /><b>TODO: add fetch functionality here</b>
						</td>
					</tr>
-->
				</table>
			</td>
		</tr>
    echo "value=\"" . htmlspecialchars($pconfig['options']['host']) . "\"";
}
?>
 size="64" /><br /><?php 
echo gettext("Hostname for Host: header if needed.");
?>
													</td>
												</tr>
												<tr align="left">
													<td valign="top"  align="right" class="vtable"><?php 
echo gettext("HTTP Code");
?>
</td>
													<td class="vtable" colspan="2">
														<?php 
echo print_rfc2616_select("https_options_code", isset($pconfig['options']['code']) ? $pconfig['options']['code'] : "");
?>
													</td>
												</tr>
							<!-- BILLM: XXX not supported digest checking just yet

												<tr align="left">
													<td width="22%" valign="top" class="vncellreq">MD5 Page Digest</td>
													<td width="78%" class="vtable" colspan="2">
														<input name="digest" type="text" <?php 
if (isset($pconfig['digest'])) {
    echo "value=\"" . htmlspecialchars($pconfig['digest']) . "\"";
}
?>
size="32"><br /><b>TODO: add fetch functionality here</b>
													</td>