]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/.htaccess
Jump to 2.3.6-dev and update release process
[github/wallabag/wallabag.git] / src / .htaccess
CommitLineData
e4788de5
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>