* user-agent updated in szep client

This commit is contained in:
Danyi Dávid 2018-03-22 16:17:27 +01:00
parent a7b2bd4e50
commit 9d4062e724

View File

@ -21,6 +21,7 @@ class SZEPManagerServiceFactory
'cookies' => true,
'headers' => [
'Content-Type' => 'text/xml; charset=UTF-8',
'User-Agent' => 'Dalvik/2.1.0 (Linux; U; Android 7.0; SM-A510F Build/NRD90M)',
]
]);
$config = $container->get('config');