Bug #1263 ยป system_information.widget.php.diff
| new/system_information.widget.php 2011-02-08 14:23:21.213299887 +0100 | ||
|---|---|---|
| 38 | 38 |
require_once('notices.inc');
|
| 39 | 39 | |
| 40 | 40 |
if($_REQUEST['getupdatestatus']) {
|
| 41 |
if(isset($curcfg['alturl']['enable']))
|
|
| 41 |
if(isset($config['system']['firmware']['alturl']['enable']))
|
|
| 42 | 42 |
$updater_url = "{$config['system']['firmware']['alturl']['firmwareurl']}";
|
| 43 | 43 |
else |
| 44 | 44 |
$updater_url = $g['update_url']; |