Make WordPress Core

Changeset 1740


Ignore:
Timestamp:
10/04/2004 08:59:01 AM (21 years ago)
Author:
saxmatt
Message:

Turn off GZIP.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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) ) :
Note: See TracChangeset for help on using the changeset viewer.