summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-15 04:00:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-15 04:00:24 +0000
commit1edd275e8936bdcc5fa251a68670daf3a0a03010 (patch)
tree971e9782b189d80eb1ffa2896d6934dd0b5094c5 /usr/local/www/system_firmware.php
parent29d81879d89eb169a3fb5f586166703d5793bcbf (diff)
downloadpfsense-1edd275e8936bdcc5fa251a68670daf3a0a03010.zip
pfsense-1edd275e8936bdcc5fa251a68670daf3a0a03010.tar.gz
Remove old UPLOAD related items
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 096eefd..f2c7f86 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -120,20 +120,10 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
}
}
-/* upload progress bar id */
-$id = rand() . '.' . time();
-$mth = ini_get('upload_progress_meter.store_method');
-$dir = ini_get('upload_progress_meter.file.filename_template');
-
$pgtitle = "System: Firmware: Manual Update";
include("head.inc");
?>
-<!--
-generated new UPLOAD_IDENTIFIER = <?=$id?>
-php-config.upload_progress_meter.store_method = <?=$mth?>
-php-config.upload_progress_meter.file.filename_template = <?=$dir?>
--->
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
<p class="pgtitle"><?=$pgtitle?></p>
@@ -188,7 +178,6 @@ print_info_box($sig_warning);
<input name="Submit" type="submit" class="formbtn" value="Disable firmware upload">
<br><br>
<strong>Firmware image file: </strong>&nbsp;
- <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">
OpenPOWER on IntegriCloud