We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f9cfa5 commit 125d63cCopy full SHA for 125d63c
program/lib/Roundcube/rcube_session.php
@@ -745,7 +745,6 @@ public function check_auth()
745
public function set_auth_cookie(bool $session_lifetime_extension = false): void
746
{
747
if ($session_lifetime_extension === true) {
748
-
749
if ($this->config->session_lifetime_extension_days() > 0) {
750
$lifetime_seconds = $this->config->session_lifetime_extension_days() * 24 * 60 * 60;
751
$this->set_lifetime($lifetime_seconds);
0 commit comments