summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-10 22:30:56 +0000
committerColin Smith <colin@pfsense.org>2005-04-10 22:30:56 +0000
commit8af5f5452f358fe677cdb4c569029eaa8dae505c (patch)
treee3306683b8f11f267175c50695a7a72cce3ba067 /usr/local/www/system_firmware.php
parent767067dae9f59564bdec4c0516b9cae2d1a0a0ad (diff)
downloadpfsense-8af5f5452f358fe677cdb4c569029eaa8dae505c.zip
pfsense-8af5f5452f358fe677cdb4c569029eaa8dae505c.tar.gz
Fix manual firmware update.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 54989c6..f602c13 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -179,8 +179,7 @@ print_info_box($sig_warning);
<input type="hidden" name="UPLOAD_IDENTIFIER" value="<?=$id?>">
<input name="ulfile" type="file" class="formfld">
<br><br>
-
- <input name="Submit" type="submit" class="formbtn" value="Upgrade firmware">
+ <input name="Submit" type="submit" class="formbtn" value="Upgrade firmware" onClick="window.open('progress.php?UPLOAD_IDENTIFIER=<?=$id?>','UploadMeter','width=400,height=200', true); return true; ">
<?php endif; else: ?>
<strong>You must reboot the system before you can upgrade the firmware.</strong>
<?php endif; ?>
OpenPOWER on IntegriCloud