opnsense-ports/mail/roundcube/files/patch-program_lib_Roundcube_bootstrap.php
Franco Fichtner b1821a2ee4 */*: sync with upstream
Taken from: HardenedBSD
2017-08-17 07:42:52 +02:00

10 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,
);
}