Actions
Bug #1263
closed"Alternate Update URL" is not used on system information widget
Start date:
02/08/2011
Due date:
% Done:
100%
Estimated time:
0.10 h
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
All
Description
"Alternate Update URL" is not used on system information widget. The widget always use http://snapshot.pfsense...
Here is a patch :
--- orig/system_information.widget.php 2011-02-08 14:22:12.901299900 +0100
+++ new/system_information.widget.php 2011-02-08 14:23:21.213299887 +0100
@@ -38,7 +38,7 @@
require_once('notices.inc');
if($_REQUEST['getupdatestatus']) {
- if(isset($curcfg['alturl']['enable']))
+ if(isset($config['system']['firmware']['alturl']['enable']))
$updater_url = "{$config['system']['firmware']['alturl']['firmwareurl']}";
else
$updater_url = $g['update_url'];
Files
Updated by Ermal Luçi almost 15 years ago
- Status changed from New to Feedback
- % Done changed from 20 to 100
Applied in changeset c3606a3b47230707d1a793ead4837822a183d392.
Updated by Ermal Luçi almost 15 years ago
- Status changed from Feedback to Resolved
Actions