dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
Showing only changes of commit 42aa908f1c - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ if (session_status() === PHP_SESSION_NONE) {
session_start();
}
require_once "../model/ArticleManager.php";
require_once __DIR__ . "/../model/ArticleManager.php";
if ($_SERVER["REQUEST_METHOD"] === "POST") {
if (isset($_POST["id"]) && !empty($_POST["id"])) {