MINOR Removed end php tag from rewritetest.php

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@100325 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-03-02 01:16:53 +00:00 committed by Sam Minnee
parent f40740c382
commit 00ecb7763e

View File

@ -162,5 +162,4 @@ function createFile($filename, $content) {
$base = getBaseDir();
if(($fh = fopen($base . $filename, 'w')) && fwrite($fh, $content) && fclose($fh))
return true;
}
?>
}