kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 15:47:30 +01:00
parent 75589b2bb2
commit d39255e0a4
5 changed files with 38 additions and 38 deletions

View File

@ -187,7 +187,7 @@ echo "
$pwd_alt = md5($_POST['pw_alt']);
if ($pwd_alt != $row[pwd])
if ($pwd_alt != $row['pwd'])
{
echo "
<html>
@ -386,4 +386,4 @@ echo "
} // Ende IF von Action Abfrage
?>
?>