1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

gestion de la fin de session #41

This commit is contained in:
nicosomb 2013-04-15 15:23:20 +02:00
parent 023579d1d8
commit 643e3037e6

View file

@ -243,7 +243,9 @@ function verif_token($token)
{
return TRUE;
}
else return FALSE;
else {
session_destroy();
}
}
else return FALSE;
}