mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Add product name manually
This commit is contained in:
parent
559e732c19
commit
d45ea3d3e8
@ -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 <?php echo $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.
|
||||
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.
|
||||
<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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user