summaryrefslogtreecommitdiffstats
path: root/usr/local/www
diff options
context:
space:
mode:
authorErik <erik@erikkristensen.com>2009-10-11 15:21:13 -0400
committerErik <erik@erikkristensen.com>2009-10-11 15:21:13 -0400
commitad828d4f21611cfda1d386e7807b2ce11a63a28d (patch)
tree7104a6327d3bd639a6355e092bcd85f7c1473bc5 /usr/local/www
parent03cc201674ae4f100128bca5733b6026df9c40ac (diff)
parent7ce55201ec0935a3f194b642072bd859dc784259 (diff)
downloadpfsense-ad828d4f21611cfda1d386e7807b2ce11a63a28d.zip
pfsense-ad828d4f21611cfda1d386e7807b2ce11a63a28d.tar.gz
Merge branch 'master' into global
Diffstat (limited to 'usr/local/www')
-rwxr-xr-xusr/local/www/system_firmware.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index f432ec0..8e8d475 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -251,8 +251,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
upload&quot; below, then choose the image file (<?=$g['firmware_update_text'];?>)
to be uploaded.
<br>
- Click &quot;Upgrade firmware&quot;
- to start the upgrade process.
+ Click &quot;Upgrade firmware&quot; to start the upgrade process.
</p>
<?php if (!is_subsystem_dirty('rebootreq')): ?>
<?php if (!is_subsystem_dirty('firmware')): ?>
@@ -263,6 +262,8 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd"))
<strong>Firmware image file: </strong>&nbsp;
<input name="ulfile" type="file" class="formfld">
<br><br>
+ <b>NOTE: You must upload a .tgz image, not a uncompressed image!</b>
+ <br><br>
<?php
if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
if($g['platform'] == "pfSense") {
OpenPOWER on IntegriCloud