mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 09:32:15 -05:00
gestion de la fin de session #41
This commit is contained in:
parent
023579d1d8
commit
643e3037e6
@ -243,7 +243,9 @@ function verif_token($token)
|
||||
{
|
||||
return TRUE;
|
||||
}
|
||||
else return FALSE;
|
||||
else {
|
||||
session_destroy();
|
||||
}
|
||||
}
|
||||
else return FALSE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user