mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Note that when using a custom URL the digital signature is not checked.
This commit is contained in:
parent
df0631d17b
commit
359f32dc9c
@ -116,7 +116,12 @@ function enable_altfirmwareurl(enable_over) {
|
||||
<table>
|
||||
<tr><td>Base URL:</td><td><input name="firmwareurl" type="input" class="formfld url" 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.</span></td>
|
||||
<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.
|
||||
<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>
|
||||
</td>
|
||||
</tr>
|
||||
<script>enable_altfirmwareurl();</script>
|
||||
<tr>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user