mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
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:
parent
f40740c382
commit
00ecb7763e
@ -162,5 +162,4 @@ function createFile($filename, $content) {
|
|||||||
$base = getBaseDir();
|
$base = getBaseDir();
|
||||||
if(($fh = fopen($base . $filename, 'w')) && fwrite($fh, $content) && fclose($fh))
|
if(($fh = fopen($base . $filename, 'w')) && fwrite($fh, $content) && fclose($fh))
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
?>
|
|
Loading…
x
Reference in New Issue
Block a user