1
0
mirror of https://github.com/silverstripe/silverstripe-multiform synced 2024-10-22 11:05:49 +02:00

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

3
.htaccess Normal file
View File

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