log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
hg
>
dml-open-vis
comparison bin/.htaccess @ 0:
493bcb69166c
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
added public content
author
Daniel Wolff
date
Tue, 09 Feb 2016 20:54:02 +0100
parents
children
comparison
equal
deleted
inserted
replaced
-1:000000000000
0:493bcb69166c
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>