dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 603c208ae4 - Show all commits
+1 -2
View File
@@ -24,7 +24,6 @@ if (isset($_GET["id"])){
exit(); exit();
} }
}else{ }else{
header("location: ../../index.php?pfad=404"); $_SESSION["message"] = "missing_id";
exit();
} }
?> ?>