pandorafms/pandora_console/attachment/.htaccess

9 lines
157 B
ApacheConf
Raw Normal View History

2020-01-27 11:03:42 +01:00
#Order deny,allow
#Deny from All
#Allow from localhost
#pandora disable phpexec
2020-01-31 18:45:53 +01:00
<FilesMatch "\.(txt|php)$">
2020-01-27 11:03:42 +01:00
Deny from all
Allow from localhost
</FilesMatch>