mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Do not quote legacy variable
The $salt variable is no longer needed as of 29a4870
(Use bcrypt to hash
passwords, 2017-02-24).
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
22e8ff0bb6
commit
f2357a1724
1 changed files with 0 additions and 1 deletions
|
@ -282,7 +282,6 @@ function process_account_form($TYPE,$A,$U="",$T="",$S="",$E="",$H="",$P="",$C=""
|
|||
$U = $dbh->quote($U);
|
||||
$E = $dbh->quote($E);
|
||||
$P = $dbh->quote($P);
|
||||
$salt = $dbh->quote($salt);
|
||||
$R = $dbh->quote($R);
|
||||
$L = $dbh->quote($L);
|
||||
$TZ = $dbh->quote($TZ);
|
||||
|
|
Loading…
Add table
Reference in a new issue