diff options
author | friendica <info@friendica.com> | 2013-01-04 21:34:36 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-04 21:34:36 -0800 |
commit | 490867ebf7ca6451bf2304fd15dc8796716f6911 (patch) | |
tree | 9b1e136817c5eabce0cb43b87b381c157160370c /boot.php | |
parent | 37957204215854f2d80ca8b975f275ebda305f7e (diff) | |
download | volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.tar.gz volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.tar.bz2 volse-hubzilla-490867ebf7ca6451bf2304fd15dc8796716f6911.zip |
port "remember me" from Friendica
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |