[Top][All Lists]
[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.
- [Phpgroupware-users] RC4 Envrionments, test test, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments, Dave Hall, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments, Chris Weiss, 2002/07/24
- Re: [Phpgroupware-users] RC4 Envrionments,
Chris Weiss <=
- RE: [Phpgroupware-users] RC4 Envrionments, Bob Crandell, 2002/07/26
- RE: [Phpgroupware-users] RC4 Envrionments, Chris Weiss, 2002/07/26
- RE: [Phpgroupware-users] RC4 Envrionments, Bob Crandell, 2002/07/26