dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Add toolbar button to switch to Mailvelope encryption editor
Thomas Bruederli
2015-05-26
7b8a0af1c86ab74346e48ade7d5354dfbf69adbe
[githubFork/roundcubemail.git]
/
temp
/
.htaccess
1
2
3
4
5
6
7
# deny webserver access to this directory
<ifModule mod_authz_core.c>
Require all denied
</ifModule>
<ifModule !mod_authz_core.c>
Deny from all
</ifModule>