Changeset 1740
- Timestamp:
- 10/04/2004 08:59:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/plugins/staticize-reloaded.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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) ) :
Note: See TracChangeset
for help on using the changeset viewer.