From ce0179cd2620f5a5bcf41f84e97c2e429ebabd14 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 23 Aug 2011 19:01:32 +0000 Subject: fix indentation issues, tabs are forbidden git-svn-id: http://piwigo.org/svn/trunk@11989 68402e56-0260-453c-a942-63ccdbb3a9ee --- identification.php | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'identification.php') diff --git a/identification.php b/identification.php index 92b078458..70e46b18e 100644 --- a/identification.php +++ b/identification.php @@ -54,10 +54,14 @@ if (isset($_POST['login'])) } else { - if ($conf['insensitive_case_logon'] == true) - $_POST['username'] = search_case_username($_POST['username']); - $redirect_to = isset($_POST['redirect']) ? urldecode($_POST['redirect']) : ''; + if ($conf['insensitive_case_logon'] == true) + { + $_POST['username'] = search_case_username($_POST['username']); + } + + $redirect_to = isset($_POST['redirect']) ? urldecode($_POST['redirect']) : ''; $remember_me = isset($_POST['remember_me']) and $_POST['remember_me']==1; + if ( try_log_user($_POST['username'], $_POST['password'], $remember_me) ) { redirect(empty($redirect_to) ? get_gallery_home_url() : $redirect_to); -- cgit v1.2.3