dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
PHP7: Fixed some E_WARNING errors that previously were E_STRICT
Aleksander Machniak
2015-08-07
36bd93f1384ccf3f3ccd6fa884ad594d1b486367
[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>