1
0
Fork 0

Added some explanation, beautified code

This commit is contained in:
Michael 2018-04-26 21:16:16 +00:00
commit 8c23fea1df
2 changed files with 6 additions and 4 deletions

View file

@ -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();