Skip to content

Commit 0287974

Browse files
author
Luka Zitnik
committed
update ua header
1 parent e86358b commit 0287974

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telesign/api.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function __construct(
7373
$this->curl = curl_init();
7474
curl_setopt($this->curl, CURLOPT_TIMEOUT, $request_timeout);
7575
curl_setopt($this->curl, CURLOPT_RETURNTRANSFER, TRUE);
76-
curl_setopt($this->curl, CURLOPT_USERAGENT, "TelesignSDK/php1.0");
76+
curl_setopt($this->curl, CURLOPT_USERAGENT, "TelesignSDK/php1.1");
7777

7878
foreach ($curl_options as $opt => $val) {
7979
curl_setopt($this->curl, $opt, $val);

0 commit comments

Comments
 (0)