aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 18:33:00 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 18:33:00 -0800
commit079e2af0c07f54f521cdee9b31b8be4dd1acd159 (patch)
tree3ca02018383a15d6fb0bad95fee30782743c6842 /include/zot.php
parent5f166158c3900bd85a204d3b7741d8e190a92bc4 (diff)
downloadvolse-hubzilla-079e2af0c07f54f521cdee9b31b8be4dd1acd159.tar.gz
volse-hubzilla-079e2af0c07f54f521cdee9b31b8be4dd1acd159.tar.bz2
volse-hubzilla-079e2af0c07f54f521cdee9b31b8be4dd1acd159.zip
check keyid
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php
index b0d6ffd61..12bd9995c 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -5187,7 +5187,7 @@ function zot6_check_sig() {
$sigblock = \Zotlabs\Web\HTTPSig::parse_sigheader($_SERVER['HTTP_SIGNATURE']);
if($sigblock) {
$keyId = $sigblock['keyId'];
-
+ logger('keyID: ' . $keyId);
if($keyId) {
$r = q("select hubloc.*, site_crypto from hubloc left join site on hubloc_url = site_url
where hubloc_addr = '%s' ",