Changeset 1740

Show
Ignore:
Timestamp:
10/04/04 08:59:01 (4 years ago)
Author:
saxmatt
Message:

Turn off GZIP.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-content/plugins/staticize-reloaded.php

    r1550 r1740  
    1111$http = false; // This controls whether we send etag and last-modified headers or not 
    1212define(CACHE_PATH, trailingslashit( ABSPATH . 'wp-content/staticize-cache' ) ); 
     13 
     14update_option('gzipcompression', 0); 
    1315 
    1416if ( !file_exists(CACHE_PATH) ) :