Beitrag erstellen #13

Merged
niklas.ortmann merged 164 commits from Beitrag-erstellen into dev 2026-05-29 13:22:11 +02:00
Showing only changes of commit 9ae1cd4c34 - Show all commits
@@ -3,6 +3,7 @@ session_start();
require_once '../model/Article.php';
require_once '../model/ArticleManager.php';
echo "test";
if (isset($_GET["id"])){
try {
$articleManager = ArticleManager::getInstance();