log any attempt to call mod_magic

This commit is contained in:
friendica 2013-09-29 21:06:53 -07:00
parent 0e95bae3d2
commit 398162f78a

View File

@ -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'] : '');