dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Ensure roundcube doesn't render contact names as blank (when the name is wh...
James Buncle
2016-01-07
fd0244dabfe6fe5d51c64aae293e8d199bbde5ae
[githubFork/roundcubemail.git]
/
plugins
/
enigma
/
home
/
.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>