projects
/
mixstore.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
fb1de45bdb337a4df6be803d93b8340dcea5196d
[mixstore.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>