mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
BUGFIX: Don't allow direct access to PHP files in mysite module. (from r108029)
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@112398 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
c402bb9eef
commit
7d4393910a
3
mysite/.htaccess
Normal file
3
mysite/.htaccess
Normal file
@ -0,0 +1,3 @@
|
||||
<Files *.php>
|
||||
Deny from all
|
||||
</Files>
|
Loading…
x
Reference in New Issue
Block a user