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

Add more possible logos and increase the chances of showing them

This commit is contained in:
Hannes Magnusson
2013-12-26 14:08:50 -08:00
parent 36e805e147
commit 3ffaa47150
8 changed files with 3 additions and 2 deletions

View File

@@ -47,9 +47,10 @@ if ($day < 7 || 365-$day < 32) {
$logos = array("./logos/php-xmas-2013.png");
}
/* Every 60seconds.. give the elephpant a chance */
if ($now % 60 == 10) {
/* Every so often.. give the elephpant a chance */
if ($now % 30 == 10) {
$logos[] = "./ele-running.gif";
$logos = array_merge($logos, glob("logos/oldschool/*"));
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 536 B