summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-02 23:08:38 +0000
committerColin Smith <colin@pfsense.org>2005-04-02 23:08:38 +0000
commit927c5a36045a952471fa8d60b8fe7a7755d61162 (patch)
tree1baacf78ce75f9e5dd97b54ee3c6b85adca1da82 /usr/local/www/system_firmware.php
parent883281b8edb62a4788448c4e673feaa0182d8d20 (diff)
downloadpfsense-927c5a36045a952471fa8d60b8fe7a7755d61162.zip
pfsense-927c5a36045a952471fa8d60b8fe7a7755d61162.tar.gz
As we now support alternate version checking URLs, replace the current error message upon check_firmware_version() with something more general.
Diffstat (limited to 'usr/local/www/system_firmware.php')
-rwxr-xr-xusr/local/www/system_firmware.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system_firmware.php b/usr/local/www/system_firmware.php
index 6b4dd9c..0584f41 100755
--- a/usr/local/www/system_firmware.php
+++ b/usr/local/www/system_firmware.php
@@ -112,7 +112,7 @@ if ($_POST && !file_exists($d_firmwarelock_path)) {
if (!isset($config['system']['disablefirmwarecheck'])) {
$fwinfo = check_firmware_version();
if(is_null($fwinfo)) {
- $fwinfo = "Using alternate firmware URL, cannot determine if {$config['system']['alt_firmware_url']['firmware_base_url']}{$config['system']['alt_firmware_url']['firmware_filename']} is newer than current.";
+ $fwinfo = "Unable to determine if a new firmware version is available.";
}
}
}
OpenPOWER on IntegriCloud