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(); exit();
} }
}else{ }else{
header("location: ../../index.php?pfad=404"); $_SESSION["message"] = "missing_id";
exit();
} }
?> ?>