Commit: 4d50f54e0e3027ae07fec2254528471c455622c4 Author: Hannes Magnusson <[email protected]> Wed, 22 Jan 2014 17:03:08 -0800 Parents: 46ce29d9d2231acdc038b24a3afc280a6e613ff3 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=4d50f54e0e3027ae07fec2254528471c455622c4 Log: Reduce the chances even further to make these even more special Changed paths: M images/logo.php Diff: diff --git a/images/logo.php b/images/logo.php index 9f5b3a6..cbd1e22 100644 --- a/images/logo.php +++ b/images/logo.php @@ -53,7 +53,7 @@ if ($day < 6 || 365-$day < 32) { if ($now % 60 == 10 || $refresh) { $logos[] = "./ele-running.gif"; } -if ($now % 120 == 10 || $refresh) { +if ($now % 240 == 10 || $refresh) { $logos = array_merge($logos, glob("logos/oldschool/*")); } -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
