diff options
Diffstat (limited to '')
-rw-r--r-- | identification.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/identification.php b/identification.php index 9bfdef96f..f5131e431 100644 --- a/identification.php +++ b/identification.php @@ -71,10 +71,7 @@ SELECT '.$conf['user_fields']['id'].' AS id, array_push( $errors, $lang['invalid_pwd'] ); } } -elseif (!empty($_COOKIE[$conf['remember_me_name']])) -{ - auto_login(); -} + //----------------------------------------------------- template initialization // // Start output of page |