mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra "
This commit is contained in:
parent
89c83ade88
commit
866ea67edc
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user