dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix PHP warning when password_hosts is set, but is not an array (#5260)
Aleksander Machniak
2016-05-20
ea73d58913874e6dab2345910cc51879a32a71bf
[githubFork/roundcubemail.git]
/
config
/
.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>