From 65a8965e85853b624f64a03930dfbe39a1a339cc Mon Sep 17 00:00:00 2001 From: zotlabs Date: Wed, 14 Nov 2018 18:07:39 -0800 Subject: extra logging --- Zotlabs/Web/HTTPSig.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Zotlabs/Web/HTTPSig.php b/Zotlabs/Web/HTTPSig.php index f27aa0556..0ec534948 100644 --- a/Zotlabs/Web/HTTPSig.php +++ b/Zotlabs/Web/HTTPSig.php @@ -342,6 +342,10 @@ class HTTPSig { */ static function parse_sigheader($header) { + if(is_array($header)) { + btlogger('is_array: ' . print_r($header,true)); + } + $ret = []; $matches = []; -- cgit v1.2.3