MINOR Don't allow external access to PHP files within the multiform module

This commit is contained in:
Sean Harvey 2012-05-14 16:00:04 +12:00
parent 6bbe69079d
commit eeec353749
1 changed files with 3 additions and 0 deletions

3
.htaccess Normal file
View File

@ -0,0 +1,3 @@
<FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
Deny from all
</FilesMatch>