summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_settings.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-15 03:36:07 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-15 03:36:07 +0000
commit070f23c0a0808931f78da5063a6756b169979cd1 (patch)
treef2ca5dca9600f1c7dc669a257f264ee792d3f9c8 /usr/local/www/system_firmware_settings.php
parentf4c155cd264e74363c75c98a38192c6ebb1da7f7 (diff)
downloadpfsense-070f23c0a0808931f78da5063a6756b169979cd1.zip
pfsense-070f23c0a0808931f78da5063a6756b169979cd1.tar.gz
Remove extra "
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 fc58642..0893cbc 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -125,7 +125,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 other than <?php echo $g['"product_website"']; ?><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