Skip to content

Commit fd99a83

Browse files
add hook.php logging
1 parent 88211ab commit fd99a83

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/servers/AMP/hooks.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
if($_REQUEST['ampCallback'] == 1)
2929
{
3030
$data = json_decode(file_get_contents('php://input'), 1);
31+
logModuleCall("AMP", "callback", "", $data);
3132
if($data['Success'] == true && !empty($data['Secret']) && !empty($data['TargetId']) && !empty($data['InstanceId']))
3233
{
3334
if($data['Action'] == 'Create')

0 commit comments

Comments
 (0)