mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove spurious '>', fixes #4091
This commit is contained in:
parent
52e97bcc62
commit
59c5e4bd68
@ -374,7 +374,7 @@ include("head.inc");
|
||||
<input name="nomodify" type="checkbox" class="formcheckbox" id="nomodify"<?php if(!$pconfig['nomodify']) echo " checked=\"checked\""; ?> />
|
||||
<?php echo gettext("Deny state modifications (i.e. run time configuration) by ntpq and ntpdc (default: enabled)."); ?>
|
||||
<br />
|
||||
<input name="noquery" type="checkbox" class="formcheckbox" id="noquery"<?php if($pconfig['noquery']) echo " checked=\"checked\""; ?> />>
|
||||
<input name="noquery" type="checkbox" class="formcheckbox" id="noquery"<?php if($pconfig['noquery']) echo " checked=\"checked\""; ?> />
|
||||
<?php echo gettext("Disable ntpq and ntpdc queries (default: disabled)."); ?>
|
||||
<br />
|
||||
<input name="noserve" type="checkbox" class="formcheckbox" id="noserve"<?php if($pconfig['noserve']) echo " checked=\"checked\""; ?> />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user