From f2357a1724334ce27bc7fad2a59b16a247b8246c Mon Sep 17 00:00:00 2001 From: Lukas Fleischer Date: Sun, 26 Feb 2017 22:01:47 +0100 Subject: 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 --- web/lib/acctfuncs.inc.php | 1 - 1 file changed, 1 deletion(-) diff --git a/web/lib/acctfuncs.inc.php b/web/lib/acctfuncs.inc.php index 5f7f1f4c..63ab4b4a 100644 --- a/web/lib/acctfuncs.inc.php +++ b/web/lib/acctfuncs.inc.php @@ -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); -- cgit v1.2.3-24-g4f1b