diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 26eaee6b3..2fca33a96 100644 --- a/include/zot.php +++ b/include/zot.php @@ -1189,6 +1189,8 @@ function zot_fetch($arr) { $zret = zot6_check_sig(); + logger('zret: ' . print_r($zret,true)); + if($zret['success'] && $zret['hubloc'] && $zret['hubloc']['hubloc_guid'] === $data['sender']['guid'] && $data['msg']) { logger('zot6_delivery',LOGGER_DEBUG); logger('zot6_data: ' . print_r($data,true),LOGGER_DATA); |