Merge pull request #34 from shimoju/remove-php-closing-tag

Remove PHP closing tag from advanced-cache.php
This commit is contained in:
Peter Molnar 2015-01-21 21:40:57 +01:00
commit eb6381157c

View file

@ -971,7 +971,6 @@ class WP_FFPC extends PluginAbstract {
$string[] = self::global_config_var . ' = ' . var_export ( $this->global_config, true ) . ';' ;
//$string[] = "include_once ('" . $this->acache_backend . "');";
$string[] = "include_once ('" . $this->acache_worker . "');";
$string[] = "?>";
/* write the file and start caching from this point */
return file_put_contents( $this->acache, join( "\n" , $string ) );