kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-03-02 14:26:35 +01:00
parent 7ff1e141ed
commit cffee9e964
3 changed files with 11 additions and 11 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\">";