mirror of
https://github.com/friendica/friendica
synced 2025-04-25 00:30:32 +00:00
Renaming functions + moving functions from security to Model/Item and BaseModule + fix multiline comments
This commit is contained in:
parent
ce2b1f5715
commit
f3fc1f36ca
29 changed files with 233 additions and 222 deletions
|
@ -24,7 +24,7 @@ class Logout extends BaseModule
|
|||
public static function init()
|
||||
{
|
||||
Addon::callHooks("logging_out");
|
||||
Authentication::nuke_session();
|
||||
Authentication::deleteSession();
|
||||
info(L10n::t('Logged out.') . EOL);
|
||||
goaway(self::getApp()->getBaseURL());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue