Admin Action Postbacks
Configuration Admin
Postback Logging Script
<?php
$file = '/path/to/nats4/logs/postback_logs.txt';
// Open the file to get existing content
$post = print_r($_REQUEST, TRUE);
file_put_contents($file, $post, FILE_APPEND);
?>Admin Postback Format
Last updated
Was this helpful?