diff options
author | zotlabs <mike@macgirvin.com> | 2018-02-19 14:37:49 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-02-19 14:37:49 -0800 |
commit | a310cb2fbb35ca8445a395513c88e09db17516d4 (patch) | |
tree | 45a1f78eb0e1c76d164903eb0458577835f6e28d | |
parent | 67069beddcb8765164485fb7e59749663313aa19 (diff) | |
download | volse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.tar.gz volse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.tar.bz2 volse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.zip |
more logging
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 5f969cdaa..b88b7495e 100644 --- a/include/zot.php +++ b/include/zot.php @@ -5080,6 +5080,7 @@ function zot6_check_sig() { if($r) { foreach($r as $hubloc) { $verified = \Zotlabs\Web\HTTPSig::verify('',$hubloc['xchan_pubkey']); + logger('verified: ' . print_r($verified,true)); if($verified && $verified['header_signed'] && $verified['header_valid'] && $verified['content_signed'] && $verified['content_valid']) { $ret['hubloc'] = $hubloc; $ret['success'] = true; |