dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Use minified publickey.js (with cache-buster) when available (#5254)
Aleksander Machniak
2016-05-22
87cf0a3fb158b5ffaa54a79997d7b01492d39b74
[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>