Changeset 1740
- Timestamp:
- 10/04/04 08:59:01 (4 years ago)
- Files:
-
- trunk/wp-content/plugins/staticize-reloaded.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-content/plugins/staticize-reloaded.php
r1550 r1740 11 11 $http = false; // This controls whether we send etag and last-modified headers or not 12 12 define(CACHE_PATH, trailingslashit( ABSPATH . 'wp-content/staticize-cache' ) ); 13 14 update_option('gzipcompression', 0); 13 15 14 16 if ( !file_exists(CACHE_PATH) ) :
