Thursday 25 June 2009 1:06:47 pm
To fix this I have to do the following
diff ezsys.php /var/www/www.travelonly.com/public/ez413/lib/ezutils/classes/ezsys.php
8,9c8,9
< // SOFTWARE RELEASE: 4.1.2
< // BUILD VERSION: 23601
---
> // SOFTWARE RELEASE: 4.1.3
> // BUILD VERSION: 23650
993c993
< if ( !$isCGI | $force_VirtualHost )
--- > if ( !$isCGI ) Note How I have to add the check fro force_Virtual host.
|