summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorsullrich <sullrich@pfsense.org>2009-12-05 14:06:40 -0500
committersullrich <sullrich@pfsense.org>2009-12-05 14:06:40 -0500
commit7da73c3d6a5127646b99baa9913902ac6748179b (patch)
tree8d8cadcd95943a19a8ddddf1b57dc08d1c88b29f /usr/local
parentada9cdc8d479526187dbd7869e9e4b639a4b9ec0 (diff)
downloadpfsense-7da73c3d6a5127646b99baa9913902ac6748179b.zip
pfsense-7da73c3d6a5127646b99baa9913902ac6748179b.tar.gz
Show correct update source URL
Diffstat (limited to 'usr/local')
-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