I hereby claim:
- I am capsload on github.
- I am minecraft (https://keybase.io/minecraft) on keybase.
- I have a public key whose fingerprint is 9B67 876F 0F7B 06CE 8579 0C3A 269D 23EF FEB6 186F
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<? | |
$phpFiles = glob('images/*.jpg'); | |
if (empty($phpFiles) === false) | |
{ | |
$randomFile = $phpFiles[array_rand($phpFiles)]; | |
echo($randomFile); | |
} | |