dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix bug where new messages weren't added to the list in search mode
Aleksander Machniak
2015-07-31
c21f95f626e66b052309103e74d445300f68bdab
[githubFork/roundcubemail.git]
/
temp
/
.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>