opnsense-ports/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
393 B
PHP

--- program/lib/Roundcube/bootstrap.php.orig 2014-07-07 18:18:50.261368902 +0000
+++ program/lib/Roundcube/bootstrap.php 2014-07-07 18:18:58.202127091 +0000
@@ -38,7 +38,6 @@
// check these additional ini settings if not called via CLI
if (php_sapi_name() != 'cli') {
$config += array(
- 'suhosin.session.encrypt' => false,
'file_uploads' => true,
);
}