From ac1a962b51531ccbbaa6c41c329aa5f80859a39d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Sun, 16 Jun 2013 10:59:34 +0200 Subject: Remove session.auto_start setting. It is already too late to set this option. --- program/lib/Roundcube/bootstrap.php | 1 - 1 file changed, 1 deletion(-) (limited to 'program/lib/Roundcube/bootstrap.php') diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 5a371d2f0..68d314270 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -39,7 +39,6 @@ $config = array( if (php_sapi_name() != 'cli') { $config += array( 'suhosin.session.encrypt' => 0, - 'session.auto_start' => 0, 'file_uploads' => 1, ); } -- cgit v1.2.3