mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-09 23:05:04 +02: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:
@@ -143,7 +143,7 @@ SELECT status
|
||||
return;
|
||||
}
|
||||
|
||||
$username = $_POST['password'];
|
||||
$username = $_POST['username'];
|
||||
$password = $_POST['password'];
|
||||
|
||||
if(!@get_magic_quotes_gpc())
|
||||
|
||||
Reference in New Issue
Block a user