plugins folder should be accessible from public

This commit is contained in:
slawkens 2023-03-15 17:51:24 +01:00
parent b477d4c821
commit 79fd97ad78

View File

@ -1,11 +1,3 @@
<IfModule mod_autoindex.c>
Options -Indexes
</IfModule>
<IfVersion < 2.4>
order allow,deny
deny from all
</IfVersion>
<IfVersion >= 2.4>
Require all denied
</IfVersion>