Advertisement
Guest User

Untitled

a guest
May 23rd, 2015
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2.  
  3. $notification = json_decode(file_get_contents('php://input'), true);
  4.  
  5. error_log($notification['status'],$notification['subscriberId']);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement