mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-07 07:58:48 +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;
|
return TRUE;
|
||||||
}
|
}
|
||||||
else return FALSE;
|
else {
|
||||||
|
session_destroy();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
else return FALSE;
|
else return FALSE;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue