1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-08-18 05:53:47 -07:00
Files
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;