dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
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
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>