summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-24 06:20:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-24 06:20:09 +0000
commit359f32dc9c391b6864f12e87ded974791b0d129b (patch)
treee3d9bf21ec9de21296e6ae9ae6ae1aa4dd639239 /usr/local/www/system_firmware_settings.php
parentdf0631d17b5f5c710dc43171bea937c2a188b01e (diff)
downloadpfsense-359f32dc9c391b6864f12e87ded974791b0d129b.zip
pfsense-359f32dc9c391b6864f12e87ded974791b0d129b.tar.gz
Note that when using a custom URL the digital signature is not checked.
Diffstat (limited to 'usr/local/www/system_firmware_settings.php')
-rwxr-xr-xusr/local/www/system_firmware_settings.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_settings.php b/usr/local/www/system_firmware_settings.php
index 916a3c2..2ef4654 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -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>
OpenPOWER on IntegriCloud