We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f0e3d6 commit 2a38105Copy full SHA for 2a38105
src/library/login/engine/SSO.php
@@ -67,7 +67,7 @@ function isLogin(): bool
67
$token = Session::getInstance()->get('token');
68
$device = Session::getInstance()->get('device');
69
70
- if (empty($token) || $device !== $this->getDevice() || empty(Cache::init(0,Variables::getCachePath('tokens'))->get($token))) {
+ if (empty($token) || $device !== $this->getDevice() || empty(Cache::init(0,Variables::getCachePath('tokens'.DS))->get($token))) {
71
$this->logout();
72
return false;
73
}
0 commit comments