Commit:    8eceb3f50952edd7c6f7f88941048447f13d1196
Author:    Hannes Magnusson <[email protected]>         Thu, 26 Dec 2013 
15:40:40 -0800
Parents:   097401b12dc900ce62775842861401638638c9df
Branches:  master

Link:       
http://git.php.net/?p=web/php.git;a=commitdiff;h=8eceb3f50952edd7c6f7f88941048447f13d1196

Log:
Thats a little to frequent.. roll it back to 60 seconds plus shuffle

Changed paths:
  M  images/logo.php


Diff:
diff --git a/images/logo.php b/images/logo.php
index dc59f27..c165c44 100644
--- a/images/logo.php
+++ b/images/logo.php
@@ -48,7 +48,7 @@ if ($day < 7 || 365-$day < 32) {
 }
 
 /* Every so often.. give the elephpant a chance */
-if ($now % 30 == 10) {
+if ($now % 60 == 10) {
     $logos[] = "./ele-running.gif";
     $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

Reply via email to