Parcourir la source

increased file max upload size

tags/v2.0.0
Robin Thoni il y a 6 ans
Parent
révision
ad3f0fe5b1
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2
    2
      roundcube/roundcubemail-1.3.6/.htaccess

+ 2
- 2
roundcube/roundcubemail-1.3.6/.htaccess Voir le fichier

@@ -4,8 +4,8 @@ php_flag    display_errors  Off
4 4
 php_flag    log_errors      On
5 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 9
 php_value   memory_limit          64M
10 10
 
11 11
 php_flag    zlib.output_compression     Off

Chargement…
Annuler
Enregistrer