diff options
author | friendica <info@friendica.com> | 2013-09-29 21:06:53 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-29 21:06:53 -0700 |
commit | 398162f78ae994a79708c8f3fb44cb597fb57e1f (patch) | |
tree | 6311c4f4662b52d1a54bc9ffbe53c515e8f32e24 | |
parent | 0e95bae3d2338f8a3421eff13d1bce26568be4d3 (diff) | |
download | volse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.tar.gz volse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.tar.bz2 volse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.zip |
log any attempt to call mod_magic
-rw-r--r-- | mod/magic.php | 2 |
1 files changed, 2 insertions, 0 deletions
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'] : ''); |