jul/favicon.php
2015-08-08 22:45:34 -07:00

4 lines
67 B
PHP

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