dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix issue where From address was removed from Cc and Bcc fields when editin...
Aleksander Machniak
2013-09-08
4a40636cca6fbeaeb50b26e2d57e3fa31aeabce0
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>