kleine constant Fehler geändert
This commit is contained in:
@ -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üsseltes Passwort überprüfen
|
||||
if (md5($_POST['passwort']) != $row['passwort']){ //verschlüsseltes Passwort überprü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\">
|
||||
|
Reference in New Issue
Block a user