summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_firmware_check.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-07-08 03:41:24 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-07-08 03:41:24 +0000
commit3e08a4fb4497cb02671455643b1a67f2249c6d83 (patch)
tree2885b6e0822ab1240c1186ae99ab819c60339c63 /usr/local/www/system_firmware_check.php
parent6d0227f7992ba122a540269bf9ab8276ade00863 (diff)
downloadpfsense-3e08a4fb4497cb02671455643b1a67f2249c6d83.zip
pfsense-3e08a4fb4497cb02671455643b1a67f2249c6d83.tar.gz
Show correct updating URL source when it is overriden by admin
Diffstat (limited to 'usr/local/www/system_firmware_check.php')
-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 2c8ba54..00291f4 100755
--- a/usr/local/www/system_firmware_check.php
+++ b/usr/local/www/system_firmware_check.php
@@ -146,7 +146,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