dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Respect HTTP_X_FORWARDED_FOR and HTTP_X_REAL_IP variables for session IP check
Thomas Bruederli
2013-07-17
4d480b36ea4b503ed997b1b9c60c433b5508e4aa
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>