summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-14 00:09:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-14 00:09:48 +0000
commit381118b7d2f95e5e9d06332c194a5f7f36d0065b (patch)
treeaaec6e7e024973ad9a9019c0e49eff92f6ea4d84 /usr/local
parente0092d6187a9b2795ed9e78f254e333f0976582e (diff)
downloadpfsense-381118b7d2f95e5e9d06332c194a5f7f36d0065b.zip
pfsense-381118b7d2f95e5e9d06332c194a5f7f36d0065b.tar.gz
* Update build time and version
* Remove extra <br>
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/system_advanced.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_advanced.php b/usr/local/www/system_advanced.php
index d77bac6..628d2e2 100755
--- a/usr/local/www/system_advanced.php
+++ b/usr/local/www/system_advanced.php
@@ -316,7 +316,7 @@ function enable_altfirmwareurl(enable_over) {
<tr><td>Base URL:</td><td><input name="firmwareurl" type="input" id="firmwareurl" size="64" value="<?php if ($pconfig['firmwareurl']) echo $pconfig['firmwareurl']; else echo $g['firmwarebaseurl']; ?>"></td></tr>
<tr><td>Filename:</td><td><input name="firmwarename" type="input" id="firmwarename" size="32" value="<?php if ($pconfig['firmwarename']) echo $pconfig['firmwarename']; else echo $g['firmwarefilename']; ?>"></td></tr>
</table>
- <span class="vexpl"><br>
+ <span class="vexpl">
This is where pfSense will check for newer firmware versions when <a href="system_firmware.php">System: Firmware</a> page is viewed.</span></td>
</tr>
<tr>
OpenPOWER on IntegriCloud