diff options
-rwxr-xr-x | usr/local/www/system.php | 4 |
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> |