dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Fix PHP warning in html_table::set_row_attribs() in PHP 5.4 (#1489094)
Aleksander Machniak
2013-05-24
ace518fa6e96f34d674b603c0521830515af800e
[githubFork/roundcubemail.git]
/
program
/
.htaccess
1
2
3
4
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule !^(js|resources) - [F]
</IfModule>