formatting
This commit is contained in:
parent
2a35ffe2ec
commit
7fc92fb128
@ -35,7 +35,7 @@ class Updater
|
|||||||
if ($alias == 'core') {
|
if ($alias == 'core') {
|
||||||
$url = 'core/download/' . $new . '/' . $info['php'] . '/' . $info['mysql'];
|
$url = 'core/download/' . $new . '/' . $info['php'] . '/' . $info['mysql'];
|
||||||
} else {
|
} else {
|
||||||
$url = 'apps/' . $alias . '/download/' . $new . '/' . $info['akaunting'] . '/' . $info['token'];
|
$url = 'apps/' . $alias . '/download/' . $new . '/' . $info['akaunting'] . '/' . $info['api_key'];
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!$response = static::getResponse('GET', $url, ['timeout' => 50, 'track_redirects' => true])) {
|
if (!$response = static::getResponse('GET', $url, ['timeout' => 50, 'track_redirects' => true])) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user