mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
7 lines
89 B
ApacheConf
7 lines
89 B
ApacheConf
# pandora disable log access
|
|
|
|
<Files ~ "\.log$">
|
|
Order Allow,Deny
|
|
Deny from All
|
|
</Files>
|