pandorafms/pandora_console/log/.htaccess

7 lines
89 B
ApacheConf
Raw Normal View History

# pandora disable log access
<Files ~ "\.log$">
Order Allow,Deny
Deny from All
</Files>