From: Tim Düsterhus Date: Wed, 20 Jan 2021 16:10:30 +0000 (+0100) Subject: Remove SessionHandler::ACP_SESSION_LIFETIME X-Git-Tag: 5.4.0_Alpha_1~409^2^2~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=40648e83f465d91ac2afb5db16aeeab96aeaaefb;p=GitHub%2FWoltLab%2FWCF.git Remove SessionHandler::ACP_SESSION_LIFETIME This constant is unused as of the previous commit. --- diff --git a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php index 30fdb1da92..2c8e455a2a 100644 --- a/wcfsetup/install/files/lib/system/session/SessionHandler.class.php +++ b/wcfsetup/install/files/lib/system/session/SessionHandler.class.php @@ -126,7 +126,6 @@ final class SessionHandler extends SingletonFactory { */ private $xsrfToken; - private const ACP_SESSION_LIFETIME = 2 * 3600; private const GUEST_SESSION_LIFETIME = 2 * 3600; private const USER_SESSION_LIFETIME = 14 * 86400;