View Single Post
  #4  
Old 17th July 2009, 22:12
Krypto Krypto is offline
Retired from BVList
 
Join Date: Jan 2008
P2P
Posts: 510
Default
Just remove line 2
PHP Code:
ob_start("ob_gzhandler"); 
OR

Change in php.ini


PHP_FLAG output_buffering on
Reply With Quote