Update showArticle-controller.php

This commit is contained in:
2026-06-01 12:07:26 +02:00
parent 7dc3c3b988
commit 8073235466
+1 -1
View File
@@ -16,7 +16,7 @@ if (isset($_GET["id"]) && !empty($_GET["id"])){
$tags = $article->getTags();
}else{
echo "Test";
header("location: ../../../index.php?pfad=404");
header("location: index.php?pfad=404");
exit();
}
} catch (Exception $e){