Last active
September 15, 2018 18:33
-
-
Save alexandrufulop/ffcbd54b4344ee749ec13644a15873a4 to your computer and use it in GitHub Desktop.
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 | |
| //Test how many times a php script runs | |
| file_put_contents('runs.txt', 'executed'.PHP_EOL, FILE_APPEND); | |
| ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment