summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2009-10-11 16:37:08 -0400
committerChris Buechler <cmb@pfsense.org>2009-10-11 16:37:08 -0400
commit1215dada190f8fbebaafc2329176405fd5e801d5 (patch)
treee1356f1c7e92a1ec6bf04285991aa1f68200fe03
parent0104833bde4da8e8063e9ceba33861209a82d899 (diff)
downloadpfsense-1215dada190f8fbebaafc2329176405fd5e801d5.zip
pfsense-1215dada190f8fbebaafc2329176405fd5e801d5.tar.gz
fix typo
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 8c5dc5c..4beb120 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -229,7 +229,7 @@ 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>
+ <b>NOTE: You must upload a .tgz image, not an uncompressed image!</b>
<br><br>
<?php
if(!file_exists("/boot/kernel/pfsense_kernel.txt")) {
OpenPOWER on IntegriCloud