diff options
author | Mario <mario@mariovavti.com> | 2021-01-13 09:39:55 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-01-13 09:39:55 +0000 |
commit | f4b9291d420a0f6e47beca784d0e5246a73214a6 (patch) | |
tree | 09ff688045897f17abbae1b366c47de2ee863e75 /include/import.php | |
parent | 08f717d4fc27ff763c7f0380b5f24065ba62abd5 (diff) | |
parent | b7afc905ecc5b738c7696b662692f727099cb968 (diff) | |
download | volse-hubzilla-f4b9291d420a0f6e47beca784d0e5246a73214a6.tar.gz volse-hubzilla-f4b9291d420a0f6e47beca784d0e5246a73214a6.tar.bz2 volse-hubzilla-f4b9291d420a0f6e47beca784d0e5246a73214a6.zip |
Merge branch 'dev' into 5.2RC
Diffstat (limited to 'include/import.php')
-rw-r--r-- | include/import.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/import.php b/include/import.php index 82d6cfe07..b512e1f11 100644 --- a/include/import.php +++ b/include/import.php @@ -1358,7 +1358,7 @@ function sync_files($channel, $files) { $headers = []; $headers['Accept'] = 'application/x-zot+json' ; $headers['Sigtoken'] = random_string(); - $headers = HTTPSig::create_sig($headers, $channel['channel_prvkey'], channel_reddress($channel), true, 'sha512'); + $headers = HTTPSig::create_sig($headers, $channel['channel_prvkey'], channel_url($channel), true, 'sha512'); $x = z_post_url($fetch_url,$parr,$redirects,[ 'filep' => $fp, 'headers' => $headers]); fclose($fp); |