1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +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; return TRUE;
} }
else return FALSE; else {
session_destroy();
}
} }
else return FALSE; else return FALSE;
} }