Kleine Fehlerkorrekturen

This commit is contained in:
aschwarz
2023-04-14 11:58:09 +02:00
parent 0e8edec093
commit f1b11efb5d
4 changed files with 12 additions and 12 deletions

View File

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