Ignore:
Timestamp:
May 29, 2014, 7:31:58 AM (10 years ago)
Author:
rvelices
Message:

rv_gmaps remove unnecessary ob handler (does not work with nginx)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_gmaps/trunk/map_data.php

    r26331 r28562  
    4343header('Content-Type: text/plain; charset='.get_pwg_charset());
    4444header('X-Robots-Tag: noindex');
    45 
    46 if ( extension_loaded('zlib') && !ini_get('zlib.output_compression') )
    47   ob_start('ob_gzhandler');
    4845
    4946$clusters = array();
Note: See TracChangeset for help on using the changeset viewer.