projects
/
kivitendo-erp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Inventory-Helper: Nur gesetzte Constraints berücksichtigen
[kivitendo-erp.git]
/
config
/
.htaccess
1
<IfModule mod_authz_core.c>
2
# Apache 2.4
3
Require all denied
4
</IfModule>
5
<IfModule !mod_authz_core.c>
6
# Apache 2.2
7
Order deny,allow
8
Deny from all
9
</IfModule>