dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Remove redundant .gitignore files
Aleksander Machniak
2015-11-17
78a9870e00ac21f9cc68e3bb5b34c2b3a028f5d7
[githubFork/roundcubemail.git]
/
logs
/
.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>