diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -745,6 +745,8 @@ function renderPage($conf, $pluginManager, $LINKSDB, $history) | |||
745 | $PAGE->assign('username', escape($_GET['username'])); | 745 | $PAGE->assign('username', escape($_GET['username'])); |
746 | } | 746 | } |
747 | $PAGE->assign('returnurl',(isset($_SERVER['HTTP_REFERER']) ? escape($_SERVER['HTTP_REFERER']):'')); | 747 | $PAGE->assign('returnurl',(isset($_SERVER['HTTP_REFERER']) ? escape($_SERVER['HTTP_REFERER']):'')); |
748 | // add default state of the 'remember me' checkbox | ||
749 | $PAGE->assign('remember_user_default', $conf->get('privacy.remember_user_default')); | ||
748 | $PAGE->renderPage('loginform'); | 750 | $PAGE->renderPage('loginform'); |
749 | exit; | 751 | exit; |
750 | } | 752 | } |