dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Fix also charset encoding of message/rfc822 part bodies (#1490606)
Aleksander Machniak
2015-12-14
6e71c958fcc89a002816f28397776f4a633b96a5
[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>