Commit a114fb72 authored by Kulya's avatar Kulya 😊

Update Billz Curl check8

parent 6252f7fe
...@@ -190,7 +190,7 @@ require_once (__DIR__.'/keys.php'); ...@@ -190,7 +190,7 @@ require_once (__DIR__.'/keys.php');
static::setLog( $url, '--==== InTry billzCurl URL:' ); static::setLog( $url, '--==== InTry billzCurl URL:' );
$obCurl = curl_init(); $obCurl = curl_init();
curl_setopt_array($curl, array( curl_setopt_array($obCurl, array(
CURLOPT_URL => $url, CURLOPT_URL => $url,
CURLOPT_USERAGENT => "TugBitrix24", CURLOPT_USERAGENT => "TugBitrix24",
CURLOPT_RETURNTRANSFER => true, CURLOPT_RETURNTRANSFER => true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment