Revision 1cc00e4d
Added by Bill Marquette over 17 years ago
usr/local/www/system.php | ||
---|---|---|
288 | 288 |
<input name="dnsallowoverride" type="checkbox" id="dnsallowoverride" value="yes" <?php if ($pconfig['dnsallowoverride']) echo "checked"; ?>> |
289 | 289 |
<strong>Allow DNS server list to be overridden by DHCP/PPP |
290 | 290 |
on WAN</strong><br> |
291 |
If this option is set, {$g['product_name']} will use DNS servers assigned
|
|
291 |
If this option is set, <?php echo $g['product_name']; ?> will use DNS servers assigned
|
|
292 | 292 |
by a DHCP/PPP server on WAN for its own purposes (including |
293 | 293 |
the DNS forwarder). They will not be assigned to DHCP and |
294 | 294 |
PPTP VPN clients, though.</span></p></td> |
... | ... | |
357 | 357 |
} |
358 | 358 |
?> |
359 | 359 |
</select> |
360 |
<strong>This will change the look and feel of {$g['product_name']}.</strong>
|
|
360 |
<strong>This will change the look and feel of <?php echo $g['product_name']; ?>.</strong>
|
|
361 | 361 |
</td> |
362 | 362 |
</tr> |
363 | 363 |
<tr> |
Also available in: Unified diff
correctly output product name