summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system_firmware_check.php2
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 1b7e00d..7dcda5d 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -151,7 +151,7 @@ if(!$latest_version) {
$txt = "A new version is now available \\n\\n";
$txt .= "New version: {$latest_version}\\n";
$txt .= "Current version: {$current_installed_pfsense_version}\\n";
- $txt .= "Update source: {$g['update_url']}\\n";
+ $txt .= "Update source: {$updater_url}\\n";
update_output_window($txt);
} else {
update_output_window("You are on the latest version.");
OpenPOWER on IntegriCloud