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

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112109 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sminnee 2010-10-13 02:56:09 +00:00
parent 044b0f0f80
commit 22ed5dfd1d

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
);
@ -993,9 +992,14 @@ PHP
$rewrite = <<<TEXT
<Files *.ss>
Order deny,allow
Deny from all
Allow from 127.0.0.1
Order deny,allow
Deny from all
Allow from 127.0.0.1
</Files>
<Files web.config>
Order deny,allow
Deny from all
</Files>
RewriteEngine On
@ -1179,6 +1183,4 @@ function rm($fileglob)
}
return true;
}
?>
}