repo.or.cz
/
dokuwiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #3944 from dregad/patch-1
[dokuwiki.git]
/
data
/
.htaccess
blob
76253143a2792104ad8c8c73babea9a4e2bfd003
1
<IfModule mod_authz_core.c>
2
Require all denied
3
</IfModule>
4
<IfModule !mod_authz_core.c>
5
Order allow,deny
6
Deny from all
7
</IfModule>