dev auf main #68

Open
niklas.ortmann wants to merge 1044 commits from devNachCSRF into main
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(); session_start();
} }
require_once "php/model/ArticleManager.php"; require_once "../model/ArticleManager.php";
if ($_SERVER["REQUEST_METHOD"] === "POST") { if ($_SERVER["REQUEST_METHOD"] === "POST") {
if (isset($_POST["id"]) && !empty($_POST["id"])) { if (isset($_POST["id"]) && !empty($_POST["id"])) {