diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_firmware.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index 8e8d475..b79bab8 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -262,7 +262,7 @@ if(stristr($_FILES['ulfile']['name'],"nanobsd")) <strong>Firmware image file: </strong> <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")) { |