summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-04-19 23:18:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-04-19 23:18:13 +0000
commitcf71c485a3a93e33fe5ce20ef9cc1e5093bed34b (patch)
tree96cf8b0fa43db7fa3f79a8cf2c23765bf852b567 /usr/local/www/system_firmware_auto.php
parent48012bc26fb3b8c91229901c974f7baf5d2ba924 (diff)
downloadpfsense-cf71c485a3a93e33fe5ce20ef9cc1e5093bed34b.zip
pfsense-cf71c485a3a93e33fe5ce20ef9cc1e5093bed34b.tar.gz
Alert user when downloading a new version
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index d1ce27e..3730cb2 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -230,6 +230,7 @@ if($use_old_checkversion == false) {
} else {
touch("/tmp/auto_upgrade_in_progress");
log_error("Downloading http://www.pfSense.com/latest.tgz");
+ update_status("Downloading latest version...");
download_file_with_progress_bar("http://www.pfSense.com/latest.tgz", "/tmp/latest.tgz");
log_error("Downloading http://www.pfSense.com/latest.tgz");
download_file_with_progress_bar("http://www.pfSense.com/latest.tgz.md5", "/tmp/latest.tgz.md5");
OpenPOWER on IntegriCloud