profileArticle-controller.php Implementierung

This commit is contained in:
NOrtmann1
2026-05-29 17:00:32 +02:00
parent 88c369de32
commit ff23e6c9a2
4 changed files with 19 additions and 23 deletions
@@ -23,6 +23,5 @@ if (isset($_GET["id"])){
}
}else{
$_SESSION["message"] = "article_not_found";
echo "article_not_found";
}
?>