Merge pull request #34 from shimoju/remove-php-closing-tag
Remove PHP closing tag from advanced-cache.php
This commit is contained in:
commit
eb6381157c
1 changed files with 0 additions and 1 deletions
|
@ -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 ) );
|
||||
|
|
Loading…
Reference in a new issue