Added update gateway client name.

This commit is contained in:
Aleksey Bobkov 2019-01-05 15:39:46 -08:00
parent bff2f1d59e
commit 4fa237eadf

View File

@ -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,