mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-30 05:09:57 +03:00
bug fixed on authentication check for upgrade without the 'now' mode
git-svn-id: http://piwigo.org/svn/trunk@6131 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
4eb631dd5a
commit
3597dcaa7a
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ SELECT status
|
|||
return;
|
||||
}
|
||||
|
||||
$username = $_POST['password'];
|
||||
$username = $_POST['username'];
|
||||
$password = $_POST['password'];
|
||||
|
||||
if(!@get_magic_quotes_gpc())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue