dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Updated to latest version. Resolves issues with non-ISO-8859-1 characters ...
svncommit
2006-06-09
a8435bdd12437c5b655859d2ad194832921fcd0d
[githubFork/roundcubemail.git]
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
# AddDefaultCharset UTF-8
php_flag display_errors Off
php_value upload_max_filesize 2M
<FilesMatch "(\.inc|\~)$|^_">
Order allow,deny
Deny from all
</FilesMatch>
Order deny,allow
Allow from all