Changeset 10860 for trunk/identification.php
- Timestamp:
- 05/12/11 16:26:21 (2 years ago)
- Files:
-
- 1 modified
-
trunk/identification.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/identification.php
r10824 r10860 55 55 else 56 56 { 57 $redirect_to = isset($_POST['redirect']) ? urldecode($_POST['redirect']) : ''; 57 if ($conf['insensitive_case_logon'] == true) 58 $_POST['username'] = search_case_username($_POST['username']); 59 $redirect_to = isset($_POST['redirect']) ? urldecode($_POST['redirect']) : ''; 58 60 $remember_me = isset($_POST['remember_me']) and $_POST['remember_me']==1; 59 61 if ( try_log_user($_POST['username'], $_POST['password'], $remember_me) )
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)