From ac1a962b51531ccbbaa6c41c329aa5f80859a39d Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 16 Jun 2013 04:59:34 -0400 Subject: [PATCH] Remove session.auto_start setting. It is already too late to set this option. --- program/lib/Roundcube/bootstrap.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/bootstrap.php b/program/lib/Roundcube/bootstrap.php index 5a371d2..68d3142 100644 --- a/program/lib/Roundcube/bootstrap.php +++ b/program/lib/Roundcube/bootstrap.php @@ -39,7 +39,6 @@ if (php_sapi_name() != 'cli') { $config += array( 'suhosin.session.encrypt' => 0, - 'session.auto_start' => 0, 'file_uploads' => 1, ); } -- Gitblit v1.9.1