summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-12-03 23:03:20 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-12-03 23:03:20 +0000
commit427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9 (patch)
tree46601985d44f33446c5993d2cfcbb26317cf5ba8 /usr/local/www/system_firmware.php
parenteb38ea360748917b66f6902709e7ebb0580a0019 (diff)
downloadpfsense-427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9.zip
pfsense-427a8ac9c713f4e90d997d5543bf7c5eaa3a85b9.tar.gz
Remove upload progress bar. It doesn't work with LightHTTPD and will be replaced with a ajax version soon.
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 f9ed187..3913613 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -192,7 +192,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" onClick="window.open('progress.php?UPLOAD_IDENTIFIER=<?=$id?>','UploadMeter','width=400,height=200', true); return true; ">
+ <input name="Submit" type="submit" class="formbtn" value="Upgrade firmware">
<?php endif; else: ?>
<strong>You must reboot the system before you can upgrade the firmware.</strong>
<?php endif; ?>
OpenPOWER on IntegriCloud