Apps page url and function name changed

This commit is contained in:
cuneytsenturk
2017-11-01 18:23:50 +03:00
parent bddba2ea15
commit 2545c18a62
6 changed files with 23 additions and 21 deletions

View File

@ -102,7 +102,7 @@ class Updater
$url = 'modules/items/' . $alias . '/download/' . $version . '/' . $info['akaunting'] . '/' . $info['token'];
}
$response = static::getRemote($url, ['timeout' => 30, 'referer' => true, 'track_redirects' => true]);
$response = static::getRemote($url, ['timeout' => 30, 'track_redirects' => true]);
if ($response->getStatusCode() == 200) {
$file = $response->getBody()->getContents();