1
0
mirror of https://github.com/humhub/humhub.git synced 2025-02-16 22:04:57 +01:00

7 lines
124 B
ApacheConf

<IfModule authz_core_module>
Require all denied
</IfModule>
<IfModule !authz_core_module>
Deny from all
</IfModule>