Browse Source

increased file max upload size

tags/v1.3.0^0
Robin Thoni 6 years ago
parent
commit
66eaa0da8a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      roundcube/roundcubemail-1.2.2/.htaccess

+ 2
- 2
roundcube/roundcubemail-1.2.2/.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    register_globals            Off
11
 php_flag    register_globals            Off

Loading…
Cancel
Save