From b242347fa1d41695edcdc378a2403b1621303da2 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 20 Jan 2021 20:17:50 +0000 Subject: onepoll via zot6 to /zotfeed which implements an outbox --- Zotlabs/Lib/ZotURL.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Zotlabs/Lib/ZotURL.php') diff --git a/Zotlabs/Lib/ZotURL.php b/Zotlabs/Lib/ZotURL.php index 98d1febe5..fa3959f69 100644 --- a/Zotlabs/Lib/ZotURL.php +++ b/Zotlabs/Lib/ZotURL.php @@ -23,9 +23,10 @@ class ZotURL { $portable_url = substr($url,6); $u = explode('/',$portable_url); $portable_id = $u[0]; + hz_syslog(print_r($u,true)); $hosts = self::lookup($portable_id); - + hz_syslog(print_r($hosts,true)); if(! $hosts) { return $ret; } -- cgit v1.2.3