Skip to content

Instantly share code, notes, and snippets.

View pawel-dubiel's full-sized avatar
💭
I may be slow to respond.

Pawel Dubiel pawel-dubiel

💭
I may be slow to respond.
View GitHub Profile
@pawel-dubiel
pawel-dubiel / gist:3707633
Created September 12, 2012 15:54
GitHub automatic deployment #github
try
{
$payload = json_decode($_REQUEST['payload']);
}
catch(Exception $e)
{
exit(0);
}
file_put_contents('logs/github.txt', print_r($payload, TRUE), FILE_APPEND);