kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-01 16:55:01 +01:00
parent b41c65471a
commit 7ff1e141ed
4 changed files with 17 additions and 17 deletions

View File

@ -145,7 +145,7 @@ $abfrage = "SELECT stud.uid, Vorname, Nachname, AG, Jahrgang
AND stud.durchgefallen!='Y'
";
setcookie ("ck_ProsID", $_POST[ausw_ausg]);
setcookie ("ck_ProsID", $_POST['ausw_ausg']);
echo "
<html>
@ -208,4 +208,4 @@ echo "
</html>";
} //Ende Action Abfrage
?>
?>