aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-02-19 14:37:49 -0800
committerzotlabs <mike@macgirvin.com>2018-02-19 14:37:49 -0800
commita310cb2fbb35ca8445a395513c88e09db17516d4 (patch)
tree45a1f78eb0e1c76d164903eb0458577835f6e28d
parent67069beddcb8765164485fb7e59749663313aa19 (diff)
downloadvolse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.tar.gz
volse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.tar.bz2
volse-hubzilla-a310cb2fbb35ca8445a395513c88e09db17516d4.zip
more logging
-rw-r--r--include/zot.php1
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;