kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-05 13:46:09 +01:00
parent 7c25e6c4d2
commit d28a0a86d2
3 changed files with 12 additions and 12 deletions

View File

@ -263,7 +263,7 @@ echo "
exit;
}
if ($_POST['doz_uid'] != $row[doz_uid]) {
if ($_POST['doz_uid'] != $row['doz_uid']) {
echo"
<html>
<head>
@ -329,10 +329,10 @@ exit;
}
$passwd = md5($_POST['doz_pwd']);
if ($passwd != $row[doz_pwd]){
if ($passwd != $row['doz_pwd']){
setcookie("doz_uid1","");
setcookie("doz_uid1",$row[doz_uid]);
setcookie("doz_uid1",$row['doz_uid']);
echo "
<html>
@ -402,7 +402,7 @@ exit;
}
setcookie("doz_uid1","");
setcookie("doz_uid1",$row[doz_uid]);
setcookie("doz_uid1",$row['doz_uid']);
echo "
<meta http-equiv=\"refresh\" content=\"0; URL=index_doz.htm\">