Created
September 12, 2014 09:30
-
-
Save charlesmcchan/415c43bbefcd1bfc2f3f 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
<? | |
header("Last-Modified: Fri, 18 Mar 2011 05:24:04 GMT "); | |
srand(); | |
?> | |
<b><font color="#aa0000">ICN Project 1</font></b><br> | |
<? | |
$padding = rand(90,490); | |
for($i=0; $i<$padding; ++$i){ | |
printf("%s", dechex(rand(0,15))); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment