Update showArticle-controller.php

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