From 490867ebf7ca6451bf2304fd15dc8796716f6911 Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Jan 2013 21:34:36 -0800 Subject: port "remember me" from Friendica --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 6e90af0bc..c122ba075 100644 --- a/boot.php +++ b/boot.php @@ -1077,7 +1077,7 @@ if(! function_exists('login')) { '$form_id' => $form_id, '$lname' => array('username', t('Email') , '', ''), '$lpassword' => array('password', t('Password'), '', ''), - + '$remember' => array('remember', t('Remember me'), '', ''), '$hiddens' => $hiddens, '$register' => $reg, -- cgit v1.2.3