This commit is contained in:
NOrtmann1
2026-05-27 17:31:42 +02:00
parent f6932afcb8
commit 70fe6ff807
+2 -2
View File
@@ -13,7 +13,7 @@ try {
}catch (Exception $e){
die("Fehler bei der Initialisierung des Artikel-Managers: " . $e->getMessage());
}
/*
if ($_SERVER["REQUEST_METHOD"] === "POST") {
if(!isset($_POST["title"]) ||!isset($_POST["content"]) || !isset($_POST["category"])){
$_SESSION["message"] = "missing_parameters";
@@ -32,5 +32,5 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
header("location: index.php");
exit();
}
*/
?>