log any attempt to call mod_magic
This commit is contained in:
parent
0e95bae3d2
commit
398162f78a
@ -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'] : '');
|
||||
|
Reference in New Issue
Block a user