kleine constant Fehler geändert

This commit is contained in:
aschwarz
2023-02-27 15:49:00 +01:00
parent a45578c1d8
commit 00102faeb5
5 changed files with 13 additions and 13 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\">";