MINOR Tabbing out of <Files> directive contents in .htaccess

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@98888 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
sharvey 2010-02-13 03:56:44 +00:00 committed by Sam Minnee
parent fefd00cf1e
commit 2a47151ef5
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
### SILVERSTRIPE START ###
<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>
<IfModule mod_rewrite.c>