dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Fix rcube_utils::words_match() to work with mixed/invalid/binary content (T...
Aleksander Machniak
2015-11-18
5143c47e0feeff92ac3dabf9277e23c13a6379f0
[githubFork/roundcubemail.git]
/
config
/
.htaccess
commit
|
author
|
age
16640c
1
# deny webserver access to this directory
62ee42
2
<ifModule mod_authz_core.c>
TB
3
Require all denied
4
</ifModule>
5
<ifModule !mod_authz_core.c>
6
Deny from all
7
</ifModule>