MINOR Removed unnecessary end tag which the original _config.php doesn't have anyway

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@98891 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-02-13 04:07:35 +00:00 committed by Sam Minnee
parent 46424744af
commit 8bc6a375de

View File

@ -834,7 +834,6 @@ SSViewer::set_theme('$theme');
// enable nested URLs for this site (e.g. page/sub-page/)
SiteTree::enable_nested_urls();
?>
PHP
);
@ -1185,5 +1184,3 @@ function rm($fileglob)
return true;
}
?>