Aleksander Machniak
2013-06-16 ac1a962b51531ccbbaa6c41c329aa5f80859a39d
Remove session.auto_start setting. It is already too late to set this option.
1 files modified
1 ■■■■ changed files
program/lib/Roundcube/bootstrap.php 1 ●●●● patch | view | raw | blame | history
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,
    );
}