summaryrefslogtreecommitdiff
path: root/program/lib/Roundcube/bootstrap.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-06-16 10:59:34 +0200
committerAleksander Machniak <alec@alec.pl>2013-06-16 10:59:34 +0200
commitac1a962b51531ccbbaa6c41c329aa5f80859a39d (patch)
treeff78e7d01291182c289109054b56a5d4b5819796 /program/lib/Roundcube/bootstrap.php
parent8ea08a826489bd105fe41a77c0b529f21070a837 (diff)
Remove session.auto_start setting. It is already too late to set this option.
Diffstat (limited to 'program/lib/Roundcube/bootstrap.php')
-rw-r--r--program/lib/Roundcube/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
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,
);
}