jul/favicon.php
2011-11-09 22:35:59 -08:00

4 lines
67 B
PHP

<?php
header("Location: favicon". rand(1,8) .".ico");
return;