kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 15:49:00 +01:00
parent a45578c1d8
commit 00102faeb5
5 changed files with 13 additions and 13 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,10 +242,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>
@ -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\">