]> git.immae.eu Git - github/wallabag/wallabag.git/blob - src/.htaccess
Bump symfony/symfony from 3.4.40 to 3.4.41
[github/wallabag/wallabag.git] / src / .htaccess
1 <IfModule mod_authz_core.c>
2 Require all denied
3 </IfModule>
4 <IfModule !mod_authz_core.c>
5 Order deny,allow
6 Deny from all
7 </IfModule>