From e2fa49620b620bb6d6fb57c71f320e69047b8f0f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 26 Mar 2005 21:00:25 +0000 Subject: Add upload progress bar support to manual upgrade firmware --- usr/local/www/system_firmware.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'usr/local/www/system_firmware.php') diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php index d6afe94..7204047 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -170,6 +170,12 @@ if ($_POST && !file_exists($d_firmwarelock_path)) { else $fwinfo = "Using alternate firmware URL, cannot determine if {$config['system']['alt_firmware_url']['firmware_base_url']}{$config['system']['alt_firmware_url']['firmware_filename']} is newer than current."; } + +$id = rand() . '.' . time(); + +$mth = ini_get('upload_progress_meter.store_method'); +$dir = ini_get('upload_progress_meter.file.filename_template'); + ?> @@ -234,7 +240,7 @@ print_info_box($sig_warning);

Firmware image file:  

- + You must reboot the system before you can upgrade the firmware. -- cgit v1.1