aboutsummaryrefslogtreecommitdiffstats
path: root/mod/magic.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-09-29 21:06:53 -0700
committerfriendica <info@friendica.com>2013-09-29 21:06:53 -0700
commit398162f78ae994a79708c8f3fb44cb597fb57e1f (patch)
tree6311c4f4662b52d1a54bc9ffbe53c515e8f32e24 /mod/magic.php
parent0e95bae3d2338f8a3421eff13d1bce26568be4d3 (diff)
downloadvolse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.tar.gz
volse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.tar.bz2
volse-hubzilla-398162f78ae994a79708c8f3fb44cb597fb57e1f.zip
log any attempt to call mod_magic
Diffstat (limited to 'mod/magic.php')
-rw-r--r--mod/magic.php2
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'] : '');