phpgroupware-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-users] RC4 Envrionments


From: Chris Weiss
Subject: Re: [Phpgroupware-users] RC4 Envrionments
Date: Thu, 25 Jul 2002 00:27:01 +0000

>Does your firewall allow a connection to time-a.nist.gov.au on port 13??
> The alternative is to us the following hack.  I *think* this should fix
>it ... but ... I haven't tested it properly.  Comment out the following
>lines from phpgwapi/inc/class.datetime.inc.php:
>
                if(!$this->gmtnow &&
>address@hidden($GLOBALS['phpgw_info']['server']['tz_offset']))

ah there it is!
Technically, this would disable it a lot easier:
--if(!$this->gmtnow && 
address@hidden($GLOBALS['phpgw_info']['server']['tz_offset']))
++if(false)

I disabled it and didn't notice a change.  That means I already have "GMT" or
my fast link is coming into play.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]