kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-05 13:46:09 +01:00
parent 7c25e6c4d2
commit d28a0a86d2
3 changed files with 12 additions and 12 deletions

View File

@ -85,7 +85,7 @@ case "jahr":
setcookie("jahrgang","");
setcookie("jahrgang",$_POST[jahr]);
setcookie("jahrgang",$_POST['jahr']);
echo "
<meta http-equiv=\"refresh\" content=\"0; URL=hauptframe_jahr.php\">";