Skip to content

Instantly share code, notes, and snippets.

@rodurma
Created August 5, 2019 22:33
Show Gist options
  • Save rodurma/d66cff363194b8881edb51bca5aec35f to your computer and use it in GitHub Desktop.
Save rodurma/d66cff363194b8881edb51bca5aec35f to your computer and use it in GitHub Desktop.
<?php
$json = json_decode(file_get_contents('php://input'));
if (isset($json->SubscribeURL)){
file_get_contents($json->SubscribeURL);
}
file_put_contents("./cron-" . time() . '.txt', json_encode($json));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment