Created
January 20, 2015 22:07
-
-
Save dennisdegryse/6a1af8ca8ab011001217 to your computer and use it in GitHub Desktop.
Refresh PoC
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
| <?php | |
| sleep(10); | |
| $fp = fopen("finished requests.txt", 'a+'); | |
| fwrite($fp, "at " . date("H:i:s") . "\n"); | |
| fclose($fp); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment