Introduce shadow logins
This commit is contained in:
@@ -47,7 +47,7 @@ if ($PKDBF2_LEVEL != 1000)
|
||||
|
||||
for ($i=0; isset($_POST["k$i"]); $i++)
|
||||
{
|
||||
$statement->bindValue(":login", $_POST["k$i"]);
|
||||
$statement->bindValue(":login", addslashes($_POST["k$i"]));
|
||||
$result = $statement->execute();
|
||||
$row = $result->fetchArray(SQLITE3_ASSOC);
|
||||
$result->finalize();
|
||||
|
||||
Reference in New Issue
Block a user