forked from Lainports/freebsd-ports
PR: 220317 Submitted by: ler, ale Approved by: ale Relnotes: https://roundcube.net/news/2017/06/26/roundcube-webmail-1.3.0-released
10 lines
369 B
PHP
10 lines
369 B
PHP
--- installer/check.php.orig 2017-06-26 20:56:47.000000000 +0200
|
|
+++ installer/check.php 2017-06-30 10:20:01.306208000 +0200
|
|
@@ -43,7 +43,6 @@ $ini_checks = array(
|
|
'file_uploads' => 1,
|
|
'session.auto_start' => 0,
|
|
'mbstring.func_overload' => 0,
|
|
- 'suhosin.session.encrypt' => 0,
|
|
);
|
|
|
|
$optional_checks = array(
|