summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp_relay.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-01-21 17:37:13 -0500
committerChris Buechler <cmb@pfsense.org>2010-01-21 17:37:13 -0500
commitd86b275c79ee89e0e1f215da3800a059d94e7799 (patch)
tree8d8d07d1434869e3e2e252ae28ec3616e901e966 /usr/local/www/services_dhcp_relay.php
parent970db70b416f9c16047486031ddf3e8cc1371d51 (diff)
downloadpfsense-d86b275c79ee89e0e1f215da3800a059d94e7799.zip
pfsense-d86b275c79ee89e0e1f215da3800a059d94e7799.tar.gz
fix product_name
Diffstat (limited to 'usr/local/www/services_dhcp_relay.php')
-rwxr-xr-xusr/local/www/services_dhcp_relay.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp_relay.php b/usr/local/www/services_dhcp_relay.php
index ccc2ae4..0075fa2 100755
--- a/usr/local/www/services_dhcp_relay.php
+++ b/usr/local/www/services_dhcp_relay.php
@@ -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>
OpenPOWER on IntegriCloud