Merged in bugfix/HOR-3382 (pull request #6254)
HOR-3382 Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
parent
ae28e48861
commit
82793c15b9
@@ -1157,8 +1157,7 @@ class System
|
|||||||
self::$debug = $config['debug'];
|
self::$debug = $config['debug'];
|
||||||
|
|
||||||
if ($config['proxy_pass'] != '') {
|
if ($config['proxy_pass'] != '') {
|
||||||
$G = new G();
|
$config['proxy_pass'] = G::decrypt($config['proxy_pass'], 'proxy_pass');
|
||||||
$config['proxy_pass'] = $G->decrypt($config['proxy_pass'], 'proxy_pass');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return $config;
|
return $config;
|
||||||
|
|||||||
Reference in New Issue
Block a user