summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-19 19:11:09 +0000
committerErmal <eri@pfsense.org>2010-03-19 19:11:09 +0000
commit3329071a64d101bfeb6e0fb3e52867d85e113c38 (patch)
tree9084493930c3f6dbd4c31d5ffda043964e8f3a46 /usr/local/www/system_firmware_check.php
parent9e98e1cb653f95837ec93d8c05a0d7efdfabd373 (diff)
downloadpfsense-3329071a64d101bfeb6e0fb3e52867d85e113c38.zip
pfsense-3329071a64d101bfeb6e0fb3e52867d85e113c38.tar.gz
Do not output twice the same text
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-rwxr-xr-xusr/local/www/system_firmware_check.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php
index 4094376..64a2b78 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -119,8 +119,6 @@ if(isset($curcfg['alturl']['enable']))
else
$updater_url = $g['update_url'];
$needs_system_upgrade = false;
-$static_text = "Downloading current version information... ";
-update_output_window($static_text);
download_file_with_progress_bar("{$updater_url}/version", "/tmp/{$g['product_name']}_version");
$latest_version = str_replace("\n", "", @file_get_contents("/tmp/{$g['product_name']}_version"));
$static_text .= "done.\n";
OpenPOWER on IntegriCloud