summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-01-28 16:19:19 -0500
committerChris Buechler <cmb@pfsense.org>2009-01-28 16:19:19 -0500
commit7b0dc263cab95485c0c81d8d5bce079463a3cacb (patch)
tree6dc527c6b0295bf4f91015ec9750cc1d15c0ce0d /usr/local/www/system_firmware_settings.php
parent5ba1308b21274d84c3a532d94e35a5dbbe69ee79 (diff)
downloadpfsense-7b0dc263cab95485c0c81d8d5bce079463a3cacb.zip
pfsense-7b0dc263cab95485c0c81d8d5bce079463a3cacb.tar.gz
fix another product_name bug
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 9b33a04..1262490 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -122,7 +122,7 @@ function enable_altfirmwareurl(enable_over) {
<tr><td>Base URL:</td><td><input name="firmwareurl" type="input" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
</table>
<span class="vexpl">
- This is where <?=$['product_name']?> will check for newer firmware versions when the <a href="system_firmware_check.php">System: Firmware: Auto Update</a> page is viewed.
+ This is where <?=$g['product_name'];?> will check for newer firmware versions when the <a href="system_firmware_check.php">System: Firmware: Auto Update</a> page is viewed.
<p/>
<b>NOTE:</b> When a custom URL is enabled the system will not verify the digital signature from <?php echo $g['product_website'] ?>.
</span>
OpenPOWER on IntegriCloud