Update showArticle-controller.php

This commit is contained in:
2026-06-01 11:50:59 +02:00
parent 754777d69e
commit 603c208ae4
+1 -2
View File
@@ -24,7 +24,6 @@ if (isset($_GET["id"])){
exit();
}
}else{
header("location: ../../index.php?pfad=404");
exit();
$_SESSION["message"] = "missing_id";
}
?>