mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/rfc2136: scrub unused formfld
This commit is contained in:
@@ -217,7 +217,7 @@ include("head.inc");
|
||||
<tr>
|
||||
<td><i class="fa fa-info-circle text-muted"></i> <?=gettext("Server");?></td>
|
||||
<td>
|
||||
<input name="server" type="text" class="formfld" id="server" size="30" value="<?=$pconfig['server'];?>" />
|
||||
<input name="server" type="text" id="server" size="30" value="<?=$pconfig['server'];?>" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user