1
0
mirror of https://github.com/Xkeeper0/jul.git synced 2025-08-13 11:15:46 -07:00
Files
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;