Eingabevalidierung #16

Merged
niklas.ortmann merged 36 commits from Beitrag-Eingabevalidierung into Beitrag-bearbeiten 2026-06-01 14:05:29 +02:00
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();
} }
?> ?>