mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 18:19:22 +03:00
Added apc cache for config files
Loggin improvements
This commit is contained in:
parent
ef7f8bddb3
commit
0af6fbadaa
5 changed files with 149 additions and 18 deletions
|
|
@ -186,4 +186,13 @@ class Api
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return bool
|
||||
*/
|
||||
public static function LogoutCurrentLogginedUser()
|
||||
{
|
||||
\RainLoop\Utils::ClearCookie('rlsession');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue