From 8999038a6c5b85cd9efb1a6fbced532128ebf87a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 24 Nov 2008 03:12:07 +0000 Subject: Switch back over to upload_progress_meter now that it is a freebsd port. --- usr/local/www/system_firmware.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (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 1d07438..a6f6b20 100755 --- a/usr/local/www/system_firmware.php +++ b/usr/local/www/system_firmware.php @@ -46,11 +46,8 @@ $curcfg = $config['system']['firmware']; require_once("xmlrpc_client.inc"); /* Allow additional execution time 0 = no limit. */ -ini_set('max_execution_time', '3600'); -ini_set('max_input_time', '3600'); - -/* Construct an upload_id for this session */ -$upload_id = $_SERVER['REQUEST_TIME'] . $_SESSION['Username']; +ini_set('max_execution_time', '9999'); +ini_set('max_input_time', '9999'); /* if upgrade in progress, alert user */ if(file_exists($d_firmwarelock_path)) { @@ -212,13 +209,16 @@ print_info_box($sig_warning); -
+
-

- -
- +
+ + + Firmware image file:  

@@ -236,7 +236,7 @@ print_info_box($sig_warning); } } ?> - + You must reboot the system before you can upgrade the firmware. -- cgit v1.1