diff options
author | zotlabs <mike@macgirvin.com> | 2018-11-14 18:39:23 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2018-11-14 18:39:23 -0800 |
commit | 830c2472cb7b2b1d53f1d99062f37e52c4aa7074 (patch) | |
tree | 126390ae82f16eb0b8954e7160ab0dfb6f058438 /include/zot.php | |
parent | 079e2af0c07f54f521cdee9b31b8be4dd1acd159 (diff) | |
download | volse-hubzilla-830c2472cb7b2b1d53f1d99062f37e52c4aa7074.tar.gz volse-hubzilla-830c2472cb7b2b1d53f1d99062f37e52c4aa7074.tar.bz2 volse-hubzilla-830c2472cb7b2b1d53f1d99062f37e52c4aa7074.zip |
more logging
Diffstat (limited to 'include/zot.php')
-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 12bd9995c..26eaee6b3 100644 --- a/include/zot.php +++ b/include/zot.php @@ -5197,6 +5197,7 @@ function zot6_check_sig() { foreach($r as $hubloc) { $verified = \Zotlabs\Web\HTTPSig::verify('',$hubloc['xchan_pubkey']); if($verified && $verified['header_signed'] && $verified['header_valid'] && $verified['content_signed'] && $verified['content_valid']) { + logger('zot6 verified'); $ret['hubloc'] = $hubloc; $ret['success'] = true; return $ret; |