Mercurial > hg > rc2
diff program/lib/Roundcube/rcube_session.php @ 17:dd5ed6ef69c9
Slowly cleaning up more php8 Warnings/deprecations
| author | Charlie Root |
|---|---|
| date | Mon, 06 Oct 2025 12:20:32 -0400 |
| parents | 4681f974d28b |
| children | b6a96bdd6b29 |
line wrap: on
line diff
--- a/program/lib/Roundcube/rcube_session.php Mon Oct 06 10:34:51 2025 -0400 +++ b/program/lib/Roundcube/rcube_session.php Mon Oct 06 12:20:32 2025 -0400 @@ -36,6 +36,8 @@ protected $start; protected $vars; protected $now; + protected $cookie; + protected $lifetime; protected $time_diff = 0; protected $reloaded = false; protected $appends = array();
