kleine constant Fehler geändert
This commit is contained in:
@ -179,7 +179,7 @@ echo "
|
||||
exit;
|
||||
}
|
||||
|
||||
if ($_POST['user'] != $row[user]) {
|
||||
if ($_POST['user'] != $row['user']) {
|
||||
echo"
|
||||
<html>
|
||||
<head>
|
||||
@ -245,7 +245,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>
|
||||
@ -311,7 +311,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