mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 11:09:20 +03:00
\RainLoop\Utils::SetCookie() to \SnappyMail\Cookies::set()
This commit is contained in:
parent
131be583e5
commit
a9764bf034
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class SnappyMailHelper
|
|||
if ($oActions->Cacher(null, true)->Set(\RainLoop\KeyPathHelper::SessionAdminKey($sRand), \time())) {
|
||||
$sToken = \RainLoop\Utils::EncodeKeyValuesQ(array('token', $sRand));
|
||||
// $oActions->setAdminAuthToken($sToken);
|
||||
\RainLoop\Utils::SetCookie('smadmin', $sToken);
|
||||
\SnappyMail\Cookies::set('smadmin', $sToken);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue