summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-05-24 09:21:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-05-24 09:21:58 +0000
commitc46b213f075126b988832b273bdde84cc39aeede (patch)
tree50e7dddb0bf4477df9332472d81d86ae58af1de6 /usr/local/www/system_firmware_settings.php
parent82cf212a4f0d095b50232bae0ec5721bbf5065ed (diff)
downloadpfsense-c46b213f075126b988832b273bdde84cc39aeede.zip
pfsense-c46b213f075126b988832b273bdde84cc39aeede.tar.gz
Note where the updates are coming from on this page
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 35dd380..b799c58 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -116,7 +116,7 @@ function enable_altfirmwareurl(enable_over) {
<tr>
<td valign="top" class="vncell">Firmware Auto Update URL</td>
<td class="vtable">
- <input name="alturlenable" type="checkbox" id="alturlenable" value="yes" onClick="enable_altfirmwareurl()" <?php if(isset($curcfg['alturl']['enable'])) echo "checked"; ?>> Use a different URL server for firmware upgrades<br>
+ <input name="alturlenable" type="checkbox" id="alturlenable" value="yes" onClick="enable_altfirmwareurl()" <?php if(isset($curcfg['alturl']['enable'])) echo "checked"; ?>> Use a different URL server for firmware upgrades other than <?php echo $g['"product_website"']; ?><br>
<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>
OpenPOWER on IntegriCloud