Browse Source

increased file max upload size

tags/v2.0.0
Robin Thoni 6 years ago
parent
commit
ad3f0fe5b1
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roundcube/roundcubemail-1.3.6/.htaccess

+ 2
- 2
roundcube/roundcubemail-1.3.6/.htaccess View File

4
 php_flag    log_errors      On
4
 php_flag    log_errors      On
5
 # php_value    error_log    logs/errors
5
 # php_value    error_log    logs/errors
6
 
6
 
7
-php_value   upload_max_filesize   5M
8
-php_value   post_max_size         6M
7
+php_value   upload_max_filesize   50M
8
+php_value   post_max_size         51M
9
 php_value   memory_limit          64M
9
 php_value   memory_limit          64M
10
 
10
 
11
 php_flag    zlib.output_compression     Off
11
 php_flag    zlib.output_compression     Off

Loading…
Cancel
Save