mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
Installation mode
This commit is contained in:
parent
baa8617364
commit
aa8c9f2a32
8 changed files with 124 additions and 10 deletions
|
@ -93,7 +93,7 @@ class Session
|
|||
// Force logout
|
||||
public static function logout()
|
||||
{
|
||||
unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens']);
|
||||
unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens'], $_SESSION['login'], $_SESSION['pass']);
|
||||
}
|
||||
|
||||
// Make sure user is logged in.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue