This commit is contained in:
NOrtmann1
2026-05-27 17:44:33 +02:00
parent 1f6ddcd1fd
commit 14d0b23d06
+1 -1
View File
@@ -12,7 +12,7 @@ try {
}catch (Exception $e){
die("Fehler bei der Initialisierung des Artikel-Managers: " . $e->getMessage());
}
//echo $articleManager->test();
echo $articleManager->test();
/*
if ($_SERVER["REQUEST_METHOD"] === "POST") {
if(!isset($_POST["title"]) ||!isset($_POST["content"]) || !isset($_POST["category"])){