summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-08-23 22:41:26 +0000
committerBill Marquette <billm@pfsense.org>2005-08-23 22:41:26 +0000
commitf44a6ab5678d68dd914b3847deaf1f0764679f45 (patch)
tree642e05b0f160548dd589053b33c23e945fb132f7 /usr/local/www/system_firmware.php
parent938ad5f28a52aa351c9446e9cf134892e34a3ffc (diff)
downloadpfsense-f44a6ab5678d68dd914b3847deaf1f0764679f45.zip
pfsense-f44a6ab5678d68dd914b3847deaf1f0764679f45.tar.gz
platfom -> platform
Diffstat (limited to 'usr/local/www/system_firmware.php')
-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 8af9f0f..e711fda 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -78,7 +78,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
if (is_uploaded_file($_FILES['ulfile']['tmp_name'])) {
/* verify firmware image(s) */
if (!stristr($_FILES['ulfile']['name'], $g['platform']) && !$_POST['sig_override'])
- $input_errors[] = "The uploaded image file is not for this platfom ({$g['platform']}).";
+ $input_errors[] = "The uploaded image file is not for this platform ({$g['platform']}).";
else if (!file_exists($_FILES['ulfile']['tmp_name'])) {
/* probably out of memory for the MFS */
$input_errors[] = "Image upload failed (out of memory?)";
OpenPOWER on IntegriCloud