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:
@@ -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/*"));
|
||||
|
||||
BIN
images/logos/elephpant-running-78x48.gif
Normal file
BIN
images/logos/elephpant-running-78x48.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
Reference in New Issue
Block a user