summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_auto.php
diff options
context:
space:
mode:
authorCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-28 16:34:01 -0300
committerCarlos Eduardo Ramos <carlos.ramos@bluepex.com>2010-04-28 16:34:01 -0300
commitb7596b80fc3b93b0fc14f9ca7e91073cf41aa046 (patch)
tree052ec0e671abbbd1995ceb11b9a439d5eb60b8ea /usr/local/www/system_firmware_auto.php
parent9c09c2c68a77acff125934dbf2e9b64b2073e982 (diff)
downloadpfsense-b7596b80fc3b93b0fc14f9ca7e91073cf41aa046.zip
pfsense-b7596b80fc3b93b0fc14f9ca7e91073cf41aa046.tar.gz
add ')' at end line 149
Diffstat (limited to 'usr/local/www/system_firmware_auto.php')
-rwxr-xr-xusr/local/www/system_firmware_auto.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_auto.php b/usr/local/www/system_firmware_auto.php
index 49c6aa9..57e1bf6 100755
--- a/usr/local/www/system_firmware_auto.php
+++ b/usr/local/www/system_firmware_auto.php
@@ -146,7 +146,7 @@ if(!$latest_version) {
$status = download_file_with_progress_bar("{$updater_url}/latest.tgz", "{$g['upload_path']}/latest.tgz", "read_body_firmware");
$status = download_file_with_progress_bar("{$updater_url}/latest.tgz.sha256", "{$g['upload_path']}/latest.tgz.sha256");
conf_mount_ro();
- update_output_window("{$g['product_name']} " . gettext("download complete.");
+ update_output_window("{$g['product_name']} " . gettext("download complete."));
} else {
update_output_window(gettext("You are on the latest version."));
require("fend.inc");
OpenPOWER on IntegriCloud