aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-01-04 21:34:36 -0800
committerfriendica <info@friendica.com>2013-01-04 21:34:36 -0800
commit490867ebf7ca6451bf2304fd15dc8796716f6911 (patch)
tree9b1e136817c5eabce0cb43b87b381c157160370c /boot.php
parent37957204215854f2d80ca8b975f275ebda305f7e (diff)
downloadvolse-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.php2
1 files changed, 1 insertions, 1 deletions
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,