aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-10-31 21:42:20 -0700
committerfriendica <info@friendica.com>2012-10-31 21:42:20 -0700
commit77c30972cbdba4f1b29cdce05c362dd1975dfc41 (patch)
tree517720d8e892234f61a0102c2633a9db3a062c71 /include/zot.php
parent78f64c90a353606b0a46185d07e65359eebe99ad (diff)
downloadvolse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.tar.gz
volse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.tar.bz2
volse-hubzilla-77c30972cbdba4f1b29cdce05c362dd1975dfc41.zip
network discovery on follow
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index 6d48f1e7c..8d3fafcc8 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -74,6 +74,8 @@ function zot_notify($channel,$url) {
function zot_finger($webbie,$channel) {
+
+ logger('zot_finger:' . print_r($channel,true));
if(strpos($webbie,'@') === false) {
$address = $webbie;
$host = get_app()->get_hostname();