Added some explanation, beautified code
This commit is contained in:
parent
a785d8c2f9
commit
8c23fea1df
2 changed files with 6 additions and 4 deletions
|
@ -68,7 +68,7 @@ class PubSubPublish {
|
|||
$rr['topic']),
|
||||
"X-Hub-Signature: sha1=".$hmac_sig];
|
||||
|
||||
logger('POST '.print_r($headers, true)."\n".$params, LOGGER_DEBUG);
|
||||
logger('POST '.print_r($headers, true)."\n".$params, LOGGER_DATA);
|
||||
|
||||
Network::post($rr['callback_url'], $params, $headers);
|
||||
$ret = $a->get_curl_code();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue