aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-11-14 18:07:39 -0800
committerzotlabs <mike@macgirvin.com>2018-11-14 18:07:39 -0800
commit65a8965e85853b624f64a03930dfbe39a1a339cc (patch)
tree27146d73c890a3733bd643c47b244e45eed542db /Zotlabs
parentab2376f8d85877f95c20fad3a3ece4ef517e083b (diff)
downloadvolse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.tar.gz
volse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.tar.bz2
volse-hubzilla-65a8965e85853b624f64a03930dfbe39a1a339cc.zip
extra logging
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Web/HTTPSig.php4
1 files changed, 4 insertions, 0 deletions
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 = [];