mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
fix product_name
This commit is contained in:
parent
970db70b41
commit
d86b275c79
@ -223,7 +223,7 @@ function enable_change(enable_over) {
|
||||
<td width="78%" class="vtable">
|
||||
<input name="agentoption" type="checkbox" value="yes" <?php if ($pconfig['agentoption']) echo "checked"; ?>>
|
||||
<strong>Append circuit ID and agent ID to requests</strong><br>
|
||||
If this is checked, the DHCP relay will append the circuit ID ({$g['product_name']} interface number) and the agent ID to the DHCP request.</td>
|
||||
If this is checked, the DHCP relay will append the circuit ID (<?=$g['product_name'];?> interface number) and the agent ID to the DHCP request.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="22%" valign="top" class="vncell">Destination server</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user