plugins folder should be accessible from public

This commit is contained in:
slawkens 2023-03-15 17:51:24 +01:00
parent c22e25e3d2
commit e6d86ca280

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>