dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Update localizations from Transifex
Thomas Bruederli
2016-05-15
a7aecfee42593364a61ec820fb891f82dd1b64bd
[githubFork/roundcubemail.git]
/
logs
/
.htaccess
commit
|
author
|
age
012555
1
# deny webserver access to this directory
585ee9
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>