SOURCES: roundcubemail.config - fixed attachment upload problem

dzeus dzeus at pld-linux.org
Tue Feb 3 21:07:26 CET 2009


Author: dzeus                        Date: Tue Feb  3 20:07:26 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixed attachment upload problem

---- Files affected:
SOURCES:
   roundcubemail.config (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/roundcubemail.config
diff -u SOURCES/roundcubemail.config:1.7 SOURCES/roundcubemail.config:1.8
--- SOURCES/roundcubemail.config:1.7	Fri Jul  6 17:25:11 2007
+++ SOURCES/roundcubemail.config	Tue Feb  3 21:07:21 2009
@@ -2,8 +2,8 @@
 
 <Directory /usr/share/roundcube>
 	AddDefaultCharset	UTF-8
-	php_value	upload_max_filesize	2m
-	php_admin_value	open_basedir	/usr/share/roundcube:/usr/share/pear:/usr/share/php:/var/lib/roundcube:/var/log/roundcube:/etc/webapps/roundcube:/etc/mail
+	php_value	upload_max_filesize	2M
+	php_admin_value	open_basedir	"/usr/share/roundcube:/usr/share/pear:/usr/share/php:/var/lib/roundcube:/var/log/roundcube:/etc/webapps/roundcube:/etc/mail:/tmp"
 
 	<FilesMatch "(\.inc|\~)$|^_">
 		Order allow,deny
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/roundcubemail.config?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list