]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/.htaccess
Bump scheb/two-factor-bundle from 4.11.1 to 4.12.0
[github/wallabag/wallabag.git] / app / .htaccess
CommitLineData
93fd4692
NL
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>