summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2008-01-27 22:49:09 +0000
committerBill Marquette <billm@pfsense.org>2008-01-27 22:49:09 +0000
commit1cc00e4d9472e2fecd6ca123a53ee10ede162fe0 (patch)
tree88ed2d9042a148e2382f06943ebf815ab9210494 /usr/local/www/system.php
parent31c75e3be66b1a3b6836496cdbb5b21a021fae6a (diff)
downloadpfsense-1cc00e4d9472e2fecd6ca123a53ee10ede162fe0.zip
pfsense-1cc00e4d9472e2fecd6ca123a53ee10ede162fe0.tar.gz
correctly output product name
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index bb24d4d..4011e57 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -288,7 +288,7 @@ include("head.inc");
<input name="dnsallowoverride" type="checkbox" id="dnsallowoverride" value="yes" <?php if ($pconfig['dnsallowoverride']) echo "checked"; ?>>
<strong>Allow DNS server list to be overridden by DHCP/PPP
on WAN</strong><br>
- If this option is set, {$g['product_name']} will use DNS servers assigned
+ If this option is set, <?php echo $g['product_name']; ?> will use DNS servers assigned
by a DHCP/PPP server on WAN for its own purposes (including
the DNS forwarder). They will not be assigned to DHCP and
PPTP VPN clients, though.</span></p></td>
@@ -357,7 +357,7 @@ include("head.inc");
}
?>
</select>
- <strong>This will change the look and feel of {$g['product_name']}.</strong>
+ <strong>This will change the look and feel of <?php echo $g['product_name']; ?>.</strong>
</td>
</tr>
<tr>
OpenPOWER on IntegriCloud