projects
/
mixstore.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
fix lists in readme
[mixstore.git]
/
src
/
.htaccess
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
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>