all repos — wp-ffpc @ eb6381157c6482f9d892fe297b5ef35fafa7caa2

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

Remove PHP closing tag from advanced-cache.php
Peter Molnar hello@petermolnar.eu
Wed, 21 Jan 2015 21:40:57 +0100
commit

eb6381157c6482f9d892fe297b5ef35fafa7caa2

parent

5d86db9cb17da92a3e66512e6929ed5b5d145891

1 files changed, 0 insertions(+), 1 deletions(-)

jump to
M wp-ffpc-class.phpwp-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 ) );