This commit is contained in:
NOrtmann1
2026-05-27 19:18:59 +02:00
parent 7ff02a6a94
commit 485e08e6c6
+1 -1
View File
@@ -25,7 +25,7 @@ if ($_SERVER["REQUEST_METHOD"] === "POST") {
echo htmlspecialchars($article['title'])."<br>"; echo htmlspecialchars($article['title'])."<br>";
} }
// Weiterleitung zur Homepage // Weiterleitung zur Homepage
header("location: ../../index.php"); //header("location: ../../index.php");
exit(); exit();
} }