kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-01 16:54:22 +01:00
parent f03a2f1ec4
commit 7c25e6c4d2
5 changed files with 30 additions and 30 deletions

View File

@ -182,7 +182,7 @@ echo "
exit;
}
if ($_POST['user'] != $row[user]) {
if ($_POST['user'] != $row['user']) {
echo"
<html>
<head>
@ -248,7 +248,7 @@ exit;
}
if (md5($_POST['passwort']) != $row[passwort]){ //verschl&uuml;sseltes Passwort &uuml;berpr&uuml;fen
if (md5($_POST['passwort']) != $row['passwort']){ //verschl&uuml;sseltes Passwort &uuml;berpr&uuml;fen
echo "
<html>
<head>
@ -314,7 +314,7 @@ exit;
}
setcookie("user_admin","");
setcookie("user_admin",$row[user]);
setcookie("user_admin",$row['user']);
echo "
<meta http-equiv=\"refresh\" content=\"0; URL=hauptframe.htm\">