From 19557e7718aeb9177f5db833180ec7ebb9f22212 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 21 Jul 2013 20:16:01 -0700 Subject: log when zid_init invokes reverse magic-auth --- boot.php | 1 + 1 file changed, 1 insertion(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 559fc7657..5615c37b3 100755 --- a/boot.php +++ b/boot.php @@ -2161,6 +2161,7 @@ function zid_init(&$a) { $arr = array('zid' => $tmp_str, 'url' => $a->cmd); call_hooks('zid_init',$arr); if((! local_user()) && (! remote_user())) { + logger('zid_init: not authenticated. Invoking reverse magic-auth'); $r = q("select * from hubloc where hubloc_addr = '%s' limit 1", dbesc($tmp_str) ); -- cgit v1.2.3