Remove PHP closing tag from advanced-cache.php
Hiroshi Shimoju hiroshi.shimoju@gmail.com
Thu, 22 Jan 2015 01:32:05 +0900
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
wp-ffpc-class.php
→
wp-ffpc-class.php
@@ -971,7 +971,6 @@ $string[] = "<?php";
$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 ) );