dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
view
|
history
|
commit
|
commitdiff
Update changelog
Aleksander Machniak
2016-05-22
e4d014917a634d0d7585d049bc08483fe4ac4d8c
[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>