Files
ports/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php
Kurt Jaeger aa1233ab8c mail/roundcube: update 1.2.5 -> 1.3.0
PR:		220317
Submitted by:	ler, ale
Approved by:	ale
Relnotes: https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released
2017-08-16 10:58:12 +00:00

11 lines
410 B
PHP

--- program/lib/Roundcube/bootstrap.php.orig 2017-06-26 20:56:48.000000000 +0200
+++ program/lib/Roundcube/bootstrap.php 2017-06-30 10:20:36.888301000 +0200
@@ -35,7 +35,6 @@ $config = array(
// check these additional ini settings if not called via CLI
if (php_sapi_name() != 'cli') {
$config += array(
- 'suhosin.session.encrypt' => false,
'file_uploads' => true,
);
}