fix signatures

This commit is contained in:
zotlabs
2018-11-06 21:44:57 -08:00
parent bb8b3b9291
commit a5483a03c9
2 changed files with 2 additions and 2 deletions

View File

@@ -233,7 +233,7 @@ function z_post_url($url, $params, $redirects = 0, $opts = array()) {
return $ret;
if(! array_key_exists('request_target',$opts)) {
$opts['request_target'] = 'get ' . get_request_string($url);
$opts['request_target'] = 'post ' . get_request_string($url);
}
@curl_setopt($ch, CURLOPT_HEADER, true);