pandorafms/pandora_console/attachment/.htaccess

9 lines
157 B
ApacheConf

#Order deny,allow
#Deny from All
#Allow from localhost
#pandora disable phpexec
<FilesMatch "\.(txt|php)$">
Deny from all
Allow from localhost
</FilesMatch>