$token . "/setWebhook";
$ch = curl_init();
$optArray = array(
CURLOPT_URL => $url,
CURLOPT_POST => true,
CURLOPT_SAFE_UPLOAD => false,
CURLOPT_RETURNTRANSFER => true,
CURLOPT_POSTFIELDS => array('url' => $murl, 'certificate' => '@' . realpath($cert))
);
curl_setopt_array($ch, $optArray);
$result = curl_exec($ch);
echo "<pre>";
print_r($result);
echo "</pre>";
curl_close($ch);
}
$token = 'my_token';
$path = '/ssl/my_public_sert.pem';
$handlerurl = 'https://deprynet.ml/handler.php';
regHandler($path, $token, $handlerurl);
я не пхпшник
а че у тебя в murl?
Обсуждают сегодня