Merge branch 'master' of https://github.com/danog/MadelineProto
This commit is contained in:
commit
7d388f9cbe
@ -472,7 +472,8 @@ trait UpdateHandler
|
||||
}
|
||||
}
|
||||
|
||||
public function pwr_webhook($update) {
|
||||
public function pwr_webhook($update)
|
||||
{
|
||||
$ch = curl_init();
|
||||
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
|
||||
curl_setopt($ch, CURLOPT_URL, $this->hook_url);
|
||||
|
Loading…
Reference in New Issue
Block a user