summaryrefslogtreecommitdiff
path: root/mail/roundcube/files/patch-program_include_iniset.php
blob: 014c1b7f682d756facffe70099d9f8159e848ed5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- program/include/iniset.php.orig	2013-04-15 22:42:21.000000000 +0200
+++ program/include/iniset.php	2013-05-07 12:40:34.000000000 +0200
@@ -28,7 +28,6 @@
     // Some users are not using Installer, so we'll check some
     // critical PHP settings here. Only these, which doesn't provide
     // an error/warning in the logs later. See (#1486307).
-    'suhosin.session.encrypt' => 0,
     'session.auto_start'      => 0,
     'file_uploads'            => 1,
 );