diff options
author | friendica <info@friendica.com> | 2012-10-31 21:42:20 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-10-31 21:42:20 -0700 |
commit | 77c30972cbdba4f1b29cdce05c362dd1975dfc41 (patch) | |
tree | 517720d8e892234f61a0102c2633a9db3a062c71 /include/zot.php | |
parent | 78f64c90a353606b0a46185d07e65359eebe99ad (diff) | |
download | volse-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.php | 2 |
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(); |