mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Encoding in services_dnsmasq.php
This commit is contained in:
parent
7a29e65427
commit
e959a567e5
@ -265,7 +265,7 @@ function show_advanced_dns() {
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncellreq"><?=gettext("Listen Port");?></td>
|
||||
<td width="78%" class="vtable"><p>
|
||||
<input name="port" type="text" id="port" size="6" <?php if ($pconfig['port']) echo "value=\"{$pconfig['port']}\"";?> />
|
||||
<input name="port" type="text" id="port" size="6" <?php if ($pconfig['port']) echo "value=\"" . htmlspecialchars($pconfig['port']) . "\"";?> />
|
||||
<br /><br />
|
||||
<?=gettext("The port used for responding to DNS queries. It should normally be left blank unless another service needs to bind to TCP/UDP port 53.");?></p>
|
||||
</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user