Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:57:49 +02:00
parent 7055693182
commit 4f3a51daf1
3 changed files with 8 additions and 8 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\">