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:
plegall 2010-05-08 21:25:33 +00:00
parent 4eb631dd5a
commit 3597dcaa7a

View file

@ -143,7 +143,7 @@ SELECT status
return;
}
$username = $_POST['password'];
$username = $_POST['username'];
$password = $_POST['password'];
if(!@get_magic_quotes_gpc())