kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-02 14:26:35 +01:00
parent 7ff1e141ed
commit cffee9e964
3 changed files with 11 additions and 11 deletions

View File

@ -176,7 +176,7 @@ echo "
exit;
}
if ($_POST['doz_uid'] != $row[doz_uid]) {
if ($_POST['doz_uid'] != $row['doz_uid']) {
echo"
<html>
<head>
@ -242,7 +242,7 @@ 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]);
@ -315,7 +315,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\">