mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-26 19:11:07 +00:00
gestion de la fin de session #41
This commit is contained in:
parent
023579d1d8
commit
643e3037e6
1 changed files with 3 additions and 1 deletions
|
@ -243,7 +243,9 @@ function verif_token($token)
|
|||
{
|
||||
return TRUE;
|
||||
}
|
||||
else return FALSE;
|
||||
else {
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
else return FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue