1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Decreased elephpant frequency; also optimized the image.

This commit is contained in:
Levi Morrison
2014-05-07 21:38:01 -06:00
parent 26f94757ff
commit 11d6601c2e
2 changed files with 2 additions and 2 deletions

View File

@@ -50,8 +50,8 @@ if ($day < 6 || 365-$day < 32) {
}
/* Every so often.. give the elephpant a chance */
if ($now % 60 == 10 || $refresh) {
$logos[] = "./ele-running.gif";
if ($now % 64 == 0 || $refresh) {
$logos[] = "./logos/elephpant-running-78x48.gif";
}
if ($now % 240 == 10 || $refresh) {
$logos = array_merge($logos, glob("logos/oldschool/*"));

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB