We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e86358b commit 0287974Copy full SHA for 0287974
telesign/api.class.php
@@ -73,7 +73,7 @@ function __construct(
73
$this->curl = curl_init();
74
curl_setopt($this->curl, CURLOPT_TIMEOUT, $request_timeout);
75
curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, TRUE);
76
- curl_setopt($this->curl, CURLOPT_USERAGENT, "TelesignSDK/php1.0");
+ curl_setopt($this->curl, CURLOPT_USERAGENT, "TelesignSDK/php1.1");
77
78
foreach ($curl_options as $opt => $val) {
79
curl_setopt($this->curl, $opt, $val);
0 commit comments