Added update gateway client name.
This commit is contained in:
parent
bff2f1d59e
commit
4fa237eadf
|
|
@ -914,6 +914,7 @@ class UpdateManager
|
|||
protected function applyHttpAttributes($http, $postData)
|
||||
{
|
||||
$postData['protocol_version'] = '1.1';
|
||||
$postData['client'] = 'october';
|
||||
|
||||
$postData['server'] = base64_encode(serialize([
|
||||
'php' => PHP_VERSION,
|
||||
|
|
|
|||
Loading…
Reference in New Issue