1 |
unnilennium |
1.1 |
diff -Nur smeserver-roundcube-0.9-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube smeserver-roundcube-0.9/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube |
2 |
|
|
--- smeserver-roundcube-0.9-old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube 2013-06-05 22:06:55.000000000 +0200 |
3 |
|
|
+++ smeserver-roundcube-0.9/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/92roundcube 2013-06-05 22:08:31.000000000 +0200 |
4 |
|
|
@@ -65,6 +65,8 @@ |
5 |
|
|
$OUT .= " order deny,allow\n"; |
6 |
|
|
$OUT .= " deny from all\n"; |
7 |
|
|
$OUT .= " allow from $allow\n"; |
8 |
|
|
+ $OUT .= " php_admin_value upload_tmp_dir /tmp\n"; |
9 |
|
|
+ |
10 |
|
|
if ($pass) |
11 |
|
|
{ |
12 |
|
|
$OUT .= " AuthName \"$name\"\n"; |