From 398162f78ae994a79708c8f3fb44cb597fb57e1f Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 29 Sep 2013 21:06:53 -0700 Subject: log any attempt to call mod_magic --- mod/magic.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod') diff --git a/mod/magic.php b/mod/magic.php index 09a2e8a51..44aa19ead 100644 --- a/mod/magic.php +++ b/mod/magic.php @@ -4,6 +4,8 @@ function magic_init(&$a) { + logger('mod_magic: invoked', LOGGER_DEBUG); + $addr = ((x($_REQUEST,'addr')) ? $_REQUEST['addr'] : ''); $hash = ((x($_REQUEST,'hash')) ? $_REQUEST['hash'] : ''); $dest = ((x($_REQUEST,'dest')) ? $_REQUEST['dest'] : ''); -- cgit v1.2.3