diff options
author | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-04-28 16:34:01 -0300 |
---|---|---|
committer | Carlos Eduardo Ramos <carlos.ramos@bluepex.com> | 2010-04-28 16:34:01 -0300 |
commit | b7596b80fc3b93b0fc14f9ca7e91073cf41aa046 (patch) | |
tree | 052ec0e671abbbd1995ceb11b9a439d5eb60b8ea | |
parent | 9c09c2c68a77acff125934dbf2e9b64b2073e982 (diff) | |
download | pfsense-b7596b80fc3b93b0fc14f9ca7e91073cf41aa046.zip pfsense-b7596b80fc3b93b0fc14f9ca7e91073cf41aa046.tar.gz |
add ')' at end line 149
-rwxr-xr-x | usr/local/www/system_firmware_auto.php | 2 |
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"); |