Skip to content

Commit

Permalink
BUGFIX: Don't allow direct access to PHP files in cms module.
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.4@108028 467b73ca-7a2a-4603-9d3b-597d59a354a9
  • Loading branch information
Sam Minnee committed Feb 2, 2011
1 parent 43cee9f commit 7325d32
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .htaccess
@@ -0,0 +1,3 @@
<Files *.php>
Deny from all
</Files>

0 comments on commit 7325d32

Please sign in to comment.