summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-12-15 03:35:33 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-12-15 03:35:33 +0000
commit866ea67edc18b95da317cf85171be37fe71bb4b1 (patch)
treed64b95e576e0315cd340677e33b51a93e6e0030a
parent89c83ade88b8334efc080e024eb63991af9f291d (diff)
downloadpfsense-866ea67edc18b95da317cf85171be37fe71bb4b1.zip
pfsense-866ea67edc18b95da317cf85171be37fe71bb4b1.tar.gz
Remove extra "
-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 74b3c5e..08b0614 100755
--- a/usr/local/www/system_firmware_settings.php
+++ b/usr/local/www/system_firmware_settings.php
@@ -117,7 +117,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" id="firmwareurl" size="64" value="<?php if($curcfg['alturl']['firmwareurl']) echo $curcfg['alturl']['firmwareurl']; else echo $g['']; ?>"></td></tr>
</table>
OpenPOWER on IntegriCloud