diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-03 11:32:54 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-03 11:32:54 +0100 |
commit | 6e0b5b742c5b11dc0e8f181926c401bb892aab3b (patch) | |
tree | 49e8f3dd5c54db20050e49d1f00354e7a4a6ab14 /boot.php | |
parent | 7644a23de4992a90a9add006caeab496ad29a2ac (diff) | |
download | volse-hubzilla-6e0b5b742c5b11dc0e8f181926c401bb892aab3b.tar.gz volse-hubzilla-6e0b5b742c5b11dc0e8f181926c401bb892aab3b.tar.bz2 volse-hubzilla-6e0b5b742c5b11dc0e8f181926c401bb892aab3b.zip |
login adjustment
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1553,7 +1553,7 @@ function login($register = false, $form_id = 'main-login', $hiddens=false) { '$form_id' => $form_id, '$lname' => array('username', t('Email') , '', ''), '$lpassword' => array('password', t('Password'), '', ''), - '$remember' => array('remember', t('Remember me'), '', ''), + '$remember' => array('remember', t('Remember me'), '', '',array(t('No'),t('Yes'))), '$hiddens' => $hiddens, '$register' => $reg, '$lostpass' => t('Forgot your password?'), @@ -2339,4 +2339,4 @@ function check_cron_broken() { . 'Content-transfer-encoding: 8bit' ); set_config('system','lastpollcheck',datetime_convert()); return; -}
\ No newline at end of file +} |