dashboard
repositories
filestore
activity
search
login
githubFork
/
roundcubemail
Roundcubemail devel
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added RSS output (experimental)
thomascube
2006-02-05
88375ff9807785a5843b47e2312d76eef66e0f62
[githubFork/roundcubemail.git]
/
.htaccess
1
2
3
4
5
6
7
8
9
10
11
AddDefaultCharset UTF-8
php_flag display_errors On
php_value upload_max_filesize 2m
<FilesMatch "(\.inc|\~)$|^_">
Order allow,deny
Deny from all
</FilesMatch>
Order deny,allow
Allow from all