diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-04-21 01:25:25 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-04-21 01:25:25 +0000 |
commit | 31022fd433b04a14d108d7fef89f1cd77ae4ed2d (patch) | |
tree | 39aaddb183d50512c75f45e2721695e908fc6732 /usr/local | |
parent | 61a46f53080fa600bc65740c83e811cb528fc570 (diff) | |
download | pfsense-31022fd433b04a14d108d7fef89f1cd77ae4ed2d.zip pfsense-31022fd433b04a14d108d7fef89f1cd77ae4ed2d.tar.gz |
Remove Upgrading. We're a check only screen now.
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/system_firmware_check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware_check.php b/usr/local/www/system_firmware_check.php index 2fc3d4c..29d660d 100755 --- a/usr/local/www/system_firmware_check.php +++ b/usr/local/www/system_firmware_check.php @@ -173,7 +173,7 @@ if($use_old_checkversion == false) { } else { if($versions != "") { - update_output_window("Using old checkversion method. Text returned from pfSense.com:\n\n" . $versions . "\n\nUpgrading..."); + update_output_window("Using old checkversion method. Text returned from pfSense.com:\n\n" . $versions . "\n\n"); $http_auth_username = ""; $http_auth_password = ""; if($config['system']['proxy_auth_username']) |