mirror of
https://github.com/wintercms/winter.git
synced 2024-06-28 05:33:29 +02:00
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…
x
Reference in New Issue
Block a user