Created
December 6, 2011 00:49
-
-
Save pachacamac/1436153 to your computer and use it in GitHub Desktop.
one line (needs to be 1 line!) push info script. stores simple text requests and or displays them back
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?header('Content-type: text/plain');if($d=htmlspecialchars(join("\n",array_merge($_GET,$_POST)))){@file_put_contents($f=__file__,array_shift(file($f)).$d);exit($d);}?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment