]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/.htaccess
material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1
[github/wallabag/wallabag.git] / app / .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>