diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-08 15:32:54 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-08 15:32:54 -0800 |
commit | 635c5e532bd945fe50dc3fae73e4da005158e3de (patch) | |
tree | 81e30da64bf7fa445350f7c51442dac55979e2da /include/zot.php | |
parent | 4c27fa5c37fbe4fc6debaadeaf3b4b134bc9068b (diff) | |
download | volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.tar.gz volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.tar.bz2 volse-hubzilla-635c5e532bd945fe50dc3fae73e4da005158e3de.zip |
z6 testing
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index c00caebb4..16b0a1c8e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -296,6 +296,8 @@ function zot_zot($url, $data, $channel = null,$crypto = null) { $headers = []; +logger('crypto: ' . print_r($crypto,true)); + if($channel) { $headers['X-Zot-Token'] = random_string(); $hash = \Zotlabs\Web\HTTPSig::generate_digest($data,false); |