Reply To: FireStats – Top 40 php script (now with added charts)

#14811
sonichouse
Participant

@sonichouse wrote:

@Iris wrote:

I wondering… would it be possible (I guess I mean are you willing) to isolate that function in your code and troubleshoot it that way. I guess maybe I’m grasping here but humor me anyways please.

Iris

The quickest way would be to just do

return $value;

as the first command in the DatefromUTC function.

/Steve

OK – version 1.25 now checks for function support at the top of DateFromUTC.


// 1.25 Check for supported functions
if(!function_exists('timezone_open'))
return $value;