forked from GNUsocial/gnu-social
rememberme debugging
darcs-hash:20080705162142-84dde-6bc70413f43e0890e6372962eb14697ee6f88992.gz
This commit is contained in:
@@ -484,6 +484,7 @@ function common_rememberme() {
|
||||
common_set_cookie(REMEMBERME,
|
||||
implode(':', array($rm->user_id, $rm->code)),
|
||||
time() + REMEMBERME_EXPIRY);
|
||||
return true;
|
||||
}
|
||||
|
||||
function common_remembered_user() {
|
||||
|
Reference in New Issue
Block a user