summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-01-20 14:38:36 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-01-20 14:38:36 -0500
commitc317e04ef45abf7345d0b7345b1b5b4153c5c6e8 (patch)
tree95550adea44ca6e06e0cc65e4cdb38fd7ceb7fa9 /usr/local/www/system_firmware_settings.php
parentc2136f8c75c5384fdb1a024ec344ab6bdd18f199 (diff)
downloadpfsense-c317e04ef45abf7345d0b7345b1b5b4153c5c6e8.zip
pfsense-c317e04ef45abf7345d0b7345b1b5b4153c5c6e8.tar.gz
Use $['product_name'] instead of pfSense
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 08b0614..9b33a04 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 pfSense 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 <?=$['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