errata fix0
This commit is contained in:
parent
41f2842e41
commit
b88b019528
|
@ -388,7 +388,7 @@ if (empty($config['update_manager_proxy_server']) === false
|
|||
|| empty($config['update_manager_proxy_password']) === false
|
||||
) {
|
||||
$proxy = [
|
||||
'server' => $config['update_manager_proxy_server'],
|
||||
'host' => $config['update_manager_proxy_server'],
|
||||
'port' => $config['update_manager_proxy_port'],
|
||||
'user' => $config['update_manager_proxy_user'],
|
||||
'password' => $config['update_manager_proxy_password'],
|
||||
|
|
Loading…
Reference in New Issue