dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix PHP7 warning "session_start(): Session callback expects true/false retu...
Aleksander Machniak
2015-12-28
d72e5afb47b68151ac5912dbd52732b41c84cb5c
[githubFork/roundcubemail.git]
/
plugins
/
enigma
/
home
/
.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>