Beiträge_loeschen #29

Merged
niklas.ortmann merged 10 commits from Beitrag_loeschen into dev 2026-06-10 17:51:34 +02:00
Showing only changes of commit 36f6396148 - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ if (session_status() === PHP_SESSION_NONE) {
session_start();
}
require_once "php/model/ArticleManager.php";
require_once "../model/ArticleManager.php";
if ($_SERVER["REQUEST_METHOD"] === "POST") {
if (isset($_POST["id"]) && !empty($_POST["id"])) {