[wp-cvs] wordpress/wp-content/plugins staticize-reloaded.php, 1.1, 1.2

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Oct 4 08:59:04 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-content/plugins
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4038/wp-content/plugins

Modified Files:
	staticize-reloaded.php 
Log Message:
Turn off GZIP.

Index: staticize-reloaded.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-content/plugins/staticize-reloaded.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** staticize-reloaded.php	22 Aug 2004 21:30:09 -0000	1.1
--- staticize-reloaded.php	4 Oct 2004 08:59:01 -0000	1.2
***************
*** 12,15 ****
--- 12,17 ----
  define(CACHE_PATH, trailingslashit( ABSPATH . 'wp-content/staticize-cache' ) );
  
+ update_option('gzipcompression', 0);
+ 
  if ( !file_exists(CACHE_PATH) ) :
  	if ( is_writable( dirname(CACHE_PATH) ) )




More information about the cvs mailing list